X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fisgraph.c;h=166baedc275f3556e6eff05fb93850f6dea87905;hb=5464cb1b36c7db9a0b1720ef79b2a15fd2b1dcdd;hp=932b7be88292b11d937dc5c4d8d3ed272f5d371e;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib 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 )