X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fisgraph.c;h=932b7be88292b11d937dc5c4d8d3ed272f5d371e;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=d623485f02f6ee34b2372b4bd634aff68fd04a12;hpb=31bc073732a9303dd6f4813f0408cb2b9fcd0add;p=pdclib diff --git a/functions/ctype/isgraph.c b/functions/ctype/isgraph.c index d623485..932b7be 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,7 @@ int isgraph( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {