memdisk: Add strtoull from libcom32 by #include
authorGene Cumm <gene.cumm@gmail.com>
Mon, 7 Feb 2011 23:53:46 +0000 (18:53 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Mon, 7 Feb 2011 23:53:46 +0000 (18:53 -0500)
memdisk/Makefile
memdisk/ctypes.c [new file with mode: 0644]
memdisk/strntoumax.c [new file with mode: 0644]
memdisk/strtoull.c [new file with mode: 0644]
memdisk/strtox.c [new file with mode: 0644]

index d2f20c5..0f519b2 100644 (file)
@@ -39,6 +39,7 @@ endif
 OBJS16   = init.o16 init32.o
 OBJS32   = start32.o setup.o msetup.o e820func.o conio.o memcpy.o memset.o \
           memmove.o unzip.o dskprobe.o eltorito.o \
+          ctypes.o strntoumax.o strtoull.o \
           memdisk_chs_512.o memdisk_edd_512.o \
           memdisk_iso_512.o memdisk_iso_2048.o
 
diff --git a/memdisk/ctypes.c b/memdisk/ctypes.c
new file mode 100644 (file)
index 0000000..f87ca05
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/ctypes.c"
diff --git a/memdisk/strntoumax.c b/memdisk/strntoumax.c
new file mode 100644 (file)
index 0000000..6fa2f35
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/strntoumax.c"
diff --git a/memdisk/strtoull.c b/memdisk/strtoull.c
new file mode 100644 (file)
index 0000000..e2425df
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/strtoull.c"
diff --git a/memdisk/strtox.c b/memdisk/strtox.c
new file mode 100644 (file)
index 0000000..445681f
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/strtox.c"