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