X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fisalpha.c;h=962cff2bc8db24f5b2e8b3216193eb0a94030a76;hp=a4812d4b2d4d5a7c0ef89cd62e0e66474508ec03;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/ctype/isalpha.c b/functions/ctype/isalpha.c index a4812d4..962cff2 100644 --- a/functions/ctype/isalpha.c +++ b/functions/ctype/isalpha.c @@ -18,6 +18,7 @@ int isalpha( int c ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )