]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atol.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / atol.c
index 00ce4474dd3cdbb1943b58cf3554107773c99502..fb5e512142b5285a797945ef4162020e7f776118 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atol( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,7 +16,7 @@ long int atol( const char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {