X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstrtox_main.c;h=480895267f03bcecba0bfbb6150e5937d08c9f6f;hp=3bfdbb8b5bf2d857dfff5c7ecda9ceafad88f041;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/_PDCLIB/strtox_main.c b/functions/_PDCLIB/strtox_main.c index 3bfdbb8..4808952 100644 --- a/functions/_PDCLIB/strtox_main.c +++ b/functions/_PDCLIB/strtox_main.c @@ -46,7 +46,9 @@ _PDCLIB_uintmax_t _PDCLIB_strtox_main( const char ** p, unsigned int base, uintm #endif #ifdef TEST + #include "_PDCLIB_test.h" + #include int main( void )