Skip to content
Snippets Groups Projects
Commit deb9eb9b authored by deuce's avatar deuce
Browse files

Define x_init() in x_cio.h.

Do not define argptr2 in cprintf() unless it will be used.
parent 3f68d15d
No related branches found
No related tags found
No related merge requests found
......@@ -836,7 +836,9 @@ CIOLIBEXPORT int CIOLIBCALL ciolib_cprintf(char *fmat, ...)
char str[16384];
#else
char *str;
#ifndef HAVE_VASPRINTF
va_list argptr2;
#endif
#endif
CIOLIB_INIT();
......
......@@ -54,6 +54,7 @@ int x_wherey(void);
int x_wherex(void);
int x_putch(int ch);
void x_gotoxy(int x, int y);
int x_init(void);
void x_initciolib(long inmode);
void x_gettextinfo(struct text_info *info);
void x_setcursortype(int type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment