mirror of
https://github.com/adulau/dcfldd.git
synced 2024-12-22 08:45:59 +00:00
10 lines
186 B
C
10 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
|