]> pd.if.org Git - pdclib/blobdiff - functions/ctype/iscntrl.c
System includes -> local includes.
[pdclib] / functions / ctype / iscntrl.c
index 8c0a4f3164ef6a536d86802b6fae841e9b567e62..755a67c3d3e17fcbe1f9596d922db9c5d8d3e41e 100644 (file)
@@ -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 )
 {