]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/strtoul.c
Whitespace cleanups.
[pdclib] / functions / stdlib / strtoul.c
index 4b2fd3d208ec56c49f0e5ef4553992184c37125c..1a93477644d6db4e70d6394b8c983929ee81d8ee 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoul( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -27,7 +25,9 @@ unsigned long int strtoul( const char * s, char ** endptr, int base )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
+
 #include <errno.h>
 
 int main( void )