X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fstrtol.c;h=d89a6485211f57c7698f251fce9df6179988afc0;hb=7517a992da74749b360ee20aa14febcc3cf314d5;hp=367b6789fdd44e75d53f048be3a17b3741951ad2;hpb=598c0675c5229ecfd5a7aa31a9f02c392b9e1e9d;p=pdclib diff --git a/functions/stdlib/strtol.c b/functions/stdlib/strtol.c index 367b678..d89a648 100644 --- a/functions/stdlib/strtol.c +++ b/functions/stdlib/strtol.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtol( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). @@ -34,7 +32,8 @@ long int strtol( const char * s, char ** endptr, int base ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" #include