Remove duplicate wprintf definitions
This commit is contained in:
@@ -27,8 +27,4 @@
|
||||
|
||||
#define WEOF (0xffffffffu)
|
||||
|
||||
int wprintf(const wchar_t * fmt, ...);
|
||||
int fwprintf(FILE * stream, const wchar_t * fmt, ...);
|
||||
int swprintf(wchar_t *s, size_t n, const wchar_t * fmt, ...);
|
||||
|
||||
#endif /* _BITS_WCHAR_H */
|
||||
|
||||
Reference in New Issue
Block a user