]> pd.if.org Git - pdclib/blobdiff - functions/ctype/iscntrl.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / ctype / iscntrl.c
index ebb1f47be7f65208098097a0755e299e108c1221..4542b6ff3169fbf879edd6063b505ab691051ecd 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* iscntrl( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,7 +7,7 @@
 #include <ctype.h>
 
 #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 )
 {