X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Finttypes%2Fstrtoumax.c;h=9ed16c18ddde4840a41b04b4774009a6a11a121d;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=f998338babfd5d6c0f674f3204fffc79ec49eef4;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/functions/inttypes/strtoumax.c b/functions/inttypes/strtoumax.c index f998338..9ed16c1 100644 --- a/functions/inttypes/strtoumax.c +++ b/functions/inttypes/strtoumax.c @@ -25,7 +25,9 @@ uintmax_t strtoumax( const char * _PDCLIB_restrict nptr, char ** _PDCLIB_restric #endif #ifdef TEST + #include "_PDCLIB_test.h" + #include int main( void )