X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fislower.c;h=3fcfe7b7b9da092b1ab9c1c757976db5b1b562c3;hb=761281caf431d264d568aec797095ef2c28f3910;hp=5a97887489c7d2b539d724ada00cb245fc7b2010;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib 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 )