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