diff options
| author | Gene Cumm <gene.cumm@gmail.com> | 2011-02-07 18:53:46 -0500 |
|---|---|---|
| committer | Gene Cumm <gene.cumm@gmail.com> | 2011-02-07 18:53:46 -0500 |
| commit | fac8edfb3d4e80eaf23c2bab3ff47d59ae472934 (patch) | |
| tree | 3d05030875260f913be6b01dcab74c2744957136 /memdisk/strtox.c | |
| parent | 9db4955a474ef60e9f405fad37aa3bf9ab358c7f (diff) | |
| download | syslinux-fac8edfb3d4e80eaf23c2bab3ff47d59ae472934.tar.gz | |
memdisk: Add strtoull from libcom32 by #include
Diffstat (limited to 'memdisk/strtox.c')
| -rw-r--r-- | memdisk/strtox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/memdisk/strtox.c b/memdisk/strtox.c new file mode 100644 index 00000000..445681f4 --- /dev/null +++ b/memdisk/strtox.c @@ -0,0 +1 @@ +#include "../com32/lib/strtox.c" |
