]> pd.if.org Git - pdclib/blobdiff - functions/ctype/iscntrl.c
Whitespace cleanups.
[pdclib] / functions / ctype / iscntrl.c
index 8c0a4f3164ef6a536d86802b6fae841e9b567e62..2f885db7de6cc046e51c33b98631a515389404db 100644 (file)
@@ -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 )
 {