X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fiscntrl.c;h=4542b6ff3169fbf879edd6063b505ab691051ecd;hp=ebb1f47be7f65208098097a0755e299e108c1221;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=d77b84be585e9ceaed1501579df5a4aec6a24a63 diff --git a/functions/ctype/iscntrl.c b/functions/ctype/iscntrl.c index ebb1f47..4542b6f 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). @@ -9,7 +7,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_locale.h> +#include "_PDCLIB_locale.h" int iscntrl( int c ) { @@ -19,7 +17,7 @@ int iscntrl( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {