X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_strtox_main.c;h=cf9ae5e3a871ec41bd7cc429d81732ef1cf23c4f;hp=c2e0fdd6d65ae3473443bb89fb8724f932a3aa44;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/_PDCLIB/_PDCLIB_strtox_main.c b/functions/_PDCLIB/_PDCLIB_strtox_main.c index c2e0fdd..cf9ae5e 100644 --- a/functions/_PDCLIB/_PDCLIB_strtox_main.c +++ b/functions/_PDCLIB/_PDCLIB_strtox_main.c @@ -10,7 +10,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" _PDCLIB_uintmax_t _PDCLIB_strtox_main( const char ** p, unsigned int base, uintmax_t error, uintmax_t limval, int limdigit, char * sign ) { _PDCLIB_uintmax_t rc = 0; @@ -45,7 +45,7 @@ _PDCLIB_uintmax_t _PDCLIB_strtox_main( const char ** p, unsigned int base, uintm #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include int main( void )