X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstrtox_prelim.c;h=d36837e49ae911369009643e7b383a88c18dc373;hp=6cd5a10e3520cdd059517d430de47460077b3792;hb=f8dfae46eb161173a4460a98075669e810c8bb7b;hpb=5bf06fe94c113d389ff58afbc7e94d836e18db08 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 ) {