1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/lib/xstrtoul.h
Jim Meyering 55681891e5 .
1996-10-29 17:47:50 +00:00

8 lines
126 B
C

#ifndef XSTRTOUL_H_
# define XSTRTOUL_H_ 1
# define STRING_TO_UNSIGNED 1
# include "xstrtol.h"
#endif /* not XSTRTOUL_H_ */