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