mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 02:36:16 +02:00
8 lines
126 B
C
8 lines
126 B
C
#ifndef XSTRTOUL_H_
|
|
# define XSTRTOUL_H_ 1
|
|
|
|
# define STRING_TO_UNSIGNED 1
|
|
# include "xstrtol.h"
|
|
|
|
#endif /* not XSTRTOUL_H_ */
|