This commit was generated by cvs2svn to compensate for changes in r1815,
[bootcd.git] / syslinux / com32 / lib / strtoll.c
diff --git a/syslinux/com32/lib/strtoll.c b/syslinux/com32/lib/strtoll.c
new file mode 100644 (file)
index 0000000..a9428c7
--- /dev/null
@@ -0,0 +1,3 @@
+#define TYPE signed long long
+#define NAME strtoll
+#include "strtox.c"