]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atol.c
Whitespace cleanups.
[pdclib] / functions / stdlib / atol.c
index a1403fe9010744218d61ec21e308a0f7fd99e5e1..df17e83d44b15c912ac163831b3d0b29b0cf64f7 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* atol( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -20,7 +16,8 @@ long int atol( const char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {