X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_strtox_prelim.c;h=789409d2b98f035cfbc18d46534d1eb47e399ae3;hp=7be40309ed41931c09fc0302f94a2959e4a2c09f;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=3082b97d8f2de1584430ad42671a0e056ed33be4 diff --git a/functions/_PDCLIB/_PDCLIB_strtox_prelim.c b/functions/_PDCLIB/_PDCLIB_strtox_prelim.c index 7be4030..789409d 100644 --- a/functions/_PDCLIB/_PDCLIB_strtox_prelim.c +++ b/functions/_PDCLIB/_PDCLIB_strtox_prelim.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_strtox_prelim( const char *, char *, int * ) This file is part of the Public Domain C Library (PDCLib). @@ -53,7 +51,7 @@ const char * _PDCLIB_strtox_prelim( const char * p, char * sign, int * base ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {