mirror of
https://github.com/adulau/dcfldd.git
synced 2025-07-13 18:43:15 +00:00
11 lines
186 B
C
11 lines
186 B
C
|
#if HAVE_CONFIG_H
|
||
|
# include "config.h"
|
||
|
#endif
|
||
|
|
||
|
#if HAVE_DECL_STRTOUL
|
||
|
#define __strtol strtoul
|
||
|
#define __strtol_t unsigned long int
|
||
|
#define __xstrtol xstrtoul
|
||
|
#include "xstrtol.c"
|
||
|
#endif
|