]> pd.if.org Git - pdclib/blobdiff - functions/ctype/isxdigit.c
Fixed clearerr test driver.
[pdclib] / functions / ctype / isxdigit.c
index 7f5dfec4d97e4c05a90f99f52138ee471613bd21..51cd7279558c4b62d7074ac7745f717de54f78e0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isxdigit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -20,7 +18,7 @@ int isxdigit( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {