mirror of
https://github.com/adulau/dcfldd.git
synced 2024-12-22 16:56:03 +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
|