X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fisgraph.c;h=166baedc275f3556e6eff05fb93850f6dea87905;hp=932b7be88292b11d937dc5c4d8d3ed272f5d371e;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/ctype/isgraph.c b/functions/ctype/isgraph.c index 932b7be..166baed 100644 --- a/functions/ctype/isgraph.c +++ b/functions/ctype/isgraph.c @@ -18,6 +18,7 @@ int isgraph( int c ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )