X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fisdigit.c;h=72714a553400b46c560e87de4e9b92adb82cee2a;hp=6a311d92fa2c9c004c46365f26f8d42fd9274587;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/ctype/isdigit.c b/functions/ctype/isdigit.c index 6a311d9..72714a5 100644 --- a/functions/ctype/isdigit.c +++ b/functions/ctype/isdigit.c @@ -18,6 +18,7 @@ int isdigit( int c ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )