X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstrtox_prelim.c;h=d36837e49ae911369009643e7b383a88c18dc373;hb=b42a534f135f12fe47a6bc343bb6cc2c0e973198;hp=6cd5a10e3520cdd059517d430de47460077b3792;hpb=86e4dc0d4ab2712609d45a05d35a2dbe0aa6e37a;p=pdclib.old diff --git a/functions/_PDCLIB/strtox_prelim.c b/functions/_PDCLIB/strtox_prelim.c index 6cd5a10..d36837e 100644 --- a/functions/_PDCLIB/strtox_prelim.c +++ b/functions/_PDCLIB/strtox_prelim.c @@ -7,6 +7,7 @@ */ #include +#include const char * _PDCLIB_strtox_prelim( const char * p, char * sign, int * base ) {