]> pd.if.org Git - pdclib/blobdiff - functions/ctype/isupper.c
Whitespace cleanups.
[pdclib] / functions / ctype / isupper.c
index acf7d067b7a559a5218ea6bc1e7dfafc8a370272..02589a606f8f8919c65bfe603b1f12d68c24a29c 100644 (file)
@@ -18,7 +18,8 @@ int isupper( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {