X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fisgraph.c;h=166baedc275f3556e6eff05fb93850f6dea87905;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=d623485f02f6ee34b2372b4bd634aff68fd04a12;hpb=31bc073732a9303dd6f4813f0408cb2b9fcd0add;p=pdclib diff --git a/functions/ctype/isgraph.c b/functions/ctype/isgraph.c index d623485..166baed 100644 --- a/functions/ctype/isgraph.c +++ b/functions/ctype/isgraph.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isgraph( int ) This file is part of the Public Domain C Library (PDCLib). @@ -20,7 +18,8 @@ int isgraph( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {