X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fstrtoull.c;h=de7275a9b58881c92163293c1669e51ea8ae7862;hb=5e50b669665ed5d378e8f9a09e1ced3680890337;hp=08b696a4921359cb92982f8f4aae9de7cc59aaaf;hpb=a7fcb7c1fec94e1992098fb892bc8fb7d607ae5e;p=pdclib.old diff --git a/functions/stdlib/strtoull.c b/functions/stdlib/strtoull.c index 08b696a..de7275a 100644 --- a/functions/stdlib/strtoull.c +++ b/functions/stdlib/strtoull.c @@ -8,9 +8,9 @@ Permission is granted to use, modify, and / or redistribute at will. */ +#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> #include -#include #include #ifndef REGTEST