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
1996-07-15 03:56:06 +00:00

8 lines
125 B
C

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