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