1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00
Files
coreutils/lib/xstrtoul.h
Jim Meyering 3205d087e2 .
1994-12-20 04:17:23 +00:00

8 lines
122 B
C

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