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