X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fiscntrl.c;h=2f885db7de6cc046e51c33b98631a515389404db;hp=755a67c3d3e17fcbe1f9596d922db9c5d8d3e41e;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/ctype/iscntrl.c b/functions/ctype/iscntrl.c index 755a67c..2f885db 100644 --- a/functions/ctype/iscntrl.c +++ b/functions/ctype/iscntrl.c @@ -18,6 +18,7 @@ int iscntrl( int c ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )