From 0c0b00ab8086c07600680d41e2f8feefe0f8f150 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 7 Dec 2000 23:16:19 +0000 Subject: first draft can detect your cdrom drives soon will launch the stage2 --- mdk-stage1/minilibc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/minilibc.h') diff --git a/mdk-stage1/minilibc.h b/mdk-stage1/minilibc.h index 824ac5d6e..e6743a854 100644 --- a/mdk-stage1/minilibc.h +++ b/mdk-stage1/minilibc.h @@ -136,7 +136,7 @@ int strncmp(const char * a, const char * b, int len); char * strchr(char * str, int ch); char * strncpy(char * dst, const char * src, int len); -void print_str(char * string); -void print_int(int i); +void print_str(int fd, char * string); +void print_int(int fd, int i); /* Minimum printf which handles only characters, %d's and %s's */ void printf(char * fmt, ...); -- cgit v1.2.1