summaryrefslogtreecommitdiff
path: root/lib/xstrtoul.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-20 04:17:23 +0000
committerJim Meyering <jim@meyering.net>1994-12-20 04:17:23 +0000
commit3205d087e2d0a7b0838a51f88c6337fcf7c5779a (patch)
treee0d21b5623491d91e6e47a064e317a3037bd4dea /lib/xstrtoul.h
parenta09358fc2c238755031886d7c2d60688f3d9b293 (diff)
downloadcoreutils-3205d087e2d0a7b0838a51f88c6337fcf7c5779a.tar.xz
.
Diffstat (limited to 'lib/xstrtoul.h')
-rw-r--r--lib/xstrtoul.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h
new file mode 100644
index 000000000..8251c57db
--- /dev/null
+++ b/lib/xstrtoul.h
@@ -0,0 +1,7 @@
+#ifndef _xstrtoul_h_
+#define _xstrtoul_h_ 1
+
+#define STRING_TO_UNSIGNED 1
+#include "xstrtol.h"
+
+#endif /* _xstrtoul_h_ */