X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fispunct.c;h=8b3ab69c481bb7fb55584c4e62bd9eeebeb50dd5;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=d7ad21e667d3d141a7c6a1a5abc5ec7b624cb326;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib 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 )