fix prototype, add FAR

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1159 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2005-11-26 19:55:50 +00:00
parent 3a8752a5ab
commit 407014d5fd
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ VOID VA_CDECL sprintf(char FAR * buff, const char FAR* fmt, ...);
#endif
VOID hexd(char *title, VOID FAR * p, COUNT numBytes);
void put_unsigned(unsigned n, int base, int width);
void put_string(const char *s);
void put_string(const char FAR *s);
void put_console(int);
/* strings.c */