Remove duplicate wprintf definitions

This commit is contained in:
Jeremy Soller
2024-01-12 11:29:33 -07:00
parent a8f9f64274
commit b8ee20cb66
-4
View File
@@ -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 */