X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fislower.c;h=3fcfe7b7b9da092b1ab9c1c757976db5b1b562c3;hp=5a97887489c7d2b539d724ada00cb245fc7b2010;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/ctype/islower.c b/functions/ctype/islower.c index 5a97887..3fcfe7b 100644 --- a/functions/ctype/islower.c +++ b/functions/ctype/islower.c @@ -18,6 +18,7 @@ int islower( int c ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )