X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fctype%2Fiscntrl.c;h=2f885db7de6cc046e51c33b98631a515389404db;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=755a67c3d3e17fcbe1f9596d922db9c5d8d3e41e;hpb=2040228f27d623585d339dec175c4e779ca9edb5;p=pdclib 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 )