mirror of https://github.com/FDOS/kernel.git
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:
parent
3a8752a5ab
commit
407014d5fd
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue