X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Finttypes%2Fstrtoumax.c;h=f998338babfd5d6c0f674f3204fffc79ec49eef4;hp=c54cfce481ff087c0e234df85a121b37daab6f1e;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=dd71cbbfbd68cd8c653277a0c1f70ab2b179421c diff --git a/functions/inttypes/strtoumax.c b/functions/inttypes/strtoumax.c index c54cfce..f998338 100644 --- a/functions/inttypes/strtoumax.c +++ b/functions/inttypes/strtoumax.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoumax( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). @@ -27,7 +25,7 @@ uintmax_t strtoumax( const char * _PDCLIB_restrict nptr, char ** _PDCLIB_restric #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include int main( void )