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