mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-18 17:56:54 +02:00
8 lines
122 B
C
8 lines
122 B
C
#ifndef _xstrtoul_h_
|
|
#define _xstrtoul_h_ 1
|
|
|
|
#define STRING_TO_UNSIGNED 1
|
|
#include "xstrtol.h"
|
|
|
|
#endif /* _xstrtoul_h_ */
|