X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_atomax.c;h=053f776b0f4ce012315a48ba029610a3f778c6e6;hp=58a8e58e438c207f44870656beef9883f6e9b70c;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=3082b97d8f2de1584430ad42671a0e056ed33be4 diff --git a/functions/_PDCLIB/_PDCLIB_atomax.c b/functions/_PDCLIB/_PDCLIB_atomax.c index 58a8e58..053f776 100644 --- a/functions/_PDCLIB/_PDCLIB_atomax.c +++ b/functions/_PDCLIB/_PDCLIB_atomax.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_atomax( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -7,7 +5,7 @@ */ #ifndef REGTEST -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" #include #include @@ -30,7 +28,7 @@ _PDCLIB_intmax_t _PDCLIB_atomax( const char * s ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {