summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 15:13:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 15:13:35 +0000
commit195dcbcca00a2c07ea18cf707261246d20c44c42 (patch)
treecd15d18951fbf819faece15aef0d75811fca1342 /lib
parent2db5c7115e5b37734993603c0381aab7e62c4be9 (diff)
downloadmailutils-195dcbcca00a2c07ea18cf707261246d20c44c42.tar.gz
mailutils-195dcbcca00a2c07ea18cf707261246d20c44c42.tar.bz2
Added to the repository by gnulib-sync
Diffstat (limited to 'lib')
-rw-r--r--lib/xstrtoul.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xstrtoul.c b/lib/xstrtoul.c
new file mode 100644
index 000000000..285f7b96f
--- /dev/null
+++ b/lib/xstrtoul.c
@@ -0,0 +1,6 @@
+#define __strtol strtoul
+#define __strtol_t unsigned long int
+#define __xstrtol xstrtoul
+#define STRTOL_T_MINIMUM 0
+#define STRTOL_T_MAXIMUM ULONG_MAX
+#include "xstrtol.c"

Return to:

Send suggestions and report system problems to the System administrator.