Second argument to input_char() is wint_t, not wchar_t.
This commit is contained in:
parent
0959aad655
commit
684c581b32
2 changed files with 2 additions and 2 deletions
2
wide.h
2
wide.h
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#define wsizeof(s) (sizeof(s) / sizeof(wchar_t))
|
||||
|
||||
int input_char (WINDOW *, wchar_t *);
|
||||
int input_char (WINDOW *, wint_t *);
|
||||
void input_macro (wchar_t *);
|
||||
|
||||
#endif /* !TTS_WIDE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue