X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstrtox_prelim.c;h=d36837e49ae911369009643e7b383a88c18dc373;hb=b42a534f135f12fe47a6bc343bb6cc2c0e973198;hp=69255278ac80eb70eb8ead79fbbcd0c26101da49;hpb=12e17136786afb1775c9dc946cbe41f5e230c24a;p=pdclib.old diff --git a/functions/_PDCLIB/strtox_prelim.c b/functions/_PDCLIB/strtox_prelim.c index 6925527..d36837e 100644 --- a/functions/_PDCLIB/strtox_prelim.c +++ b/functions/_PDCLIB/strtox_prelim.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_strtox_prelim( const char *, char *, int * ) This file is part of the Public Domain C Library (PDCLib). @@ -9,6 +7,7 @@ */ #include +#include const char * _PDCLIB_strtox_prelim( const char * p, char * sign, int * base ) {