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