diff options
| author | hpa <hpa> | 2001-12-12 21:52:44 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2001-12-12 21:52:44 +0000 |
| commit | 6b190cc5cf21708b6aacc50c9050e074f67bed90 (patch) | |
| tree | bd03eaf65f970b3d4c9a5eca66198cda4e1d4237 /memdisk/conio.h | |
| parent | 52a13b0a49a59b993fb1a38675a0c731d733d228 (diff) | |
| download | syslinux-1.65-pre8.tar.gz | |
Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8
Diffstat (limited to 'memdisk/conio.h')
| -rw-r--r-- | memdisk/conio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/memdisk/conio.h b/memdisk/conio.h index 7f823aeb..93ad000e 100644 --- a/memdisk/conio.h +++ b/memdisk/conio.h @@ -26,5 +26,6 @@ int putchar(int); int puts(const char *); int printf(const char *, ...); +unsigned int atou(const char *); #endif |
