]> pd.if.org Git - pdclib/blobdiff - functions/ctype/islower.c
Whitespace cleanups.
[pdclib] / functions / ctype / islower.c
index db0649d1f0f28b754c78278adab855c8c48fec1d..3fcfe7b7b9da092b1ab9c1c757976db5b1b562c3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* islower( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -20,7 +18,8 @@ int islower( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {