X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fiscntrl.c;h=2f885db7de6cc046e51c33b98631a515389404db;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=8c0a4f3164ef6a536d86802b6fae841e9b567e62;hpb=31bc073732a9303dd6f4813f0408cb2b9fcd0add;p=pdclib diff --git a/functions/ctype/iscntrl.c b/functions/ctype/iscntrl.c index 8c0a4f3..2f885db 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,8 @@ int iscntrl( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {