X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Finttypes%2Fstrtoumax.c;h=9ed16c18ddde4840a41b04b4774009a6a11a121d;hp=f998338babfd5d6c0f674f3204fffc79ec49eef4;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 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 )