X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstrtox_prelim.c;h=6e16b35d17f41c36528ae3b1bc773fbbac13cfbf;hb=c5c4350d2beb1ebe93f3f6d45643a64eed2a7c7a;hp=98f7fcea758145facf450f0aff74a6a767ebd7ea;hpb=2040228f27d623585d339dec175c4e779ca9edb5;p=pdclib diff --git a/functions/_PDCLIB/strtox_prelim.c b/functions/_PDCLIB/strtox_prelim.c index 98f7fce..6e16b35 100644 --- a/functions/_PDCLIB/strtox_prelim.c +++ b/functions/_PDCLIB/strtox_prelim.c @@ -54,6 +54,7 @@ const char * _PDCLIB_strtox_prelim( const char * p, char * sign, int * base ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )