summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 6a0de5e..6a85b4d 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -186,9 +186,4 @@ size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
#endif
__END_DECLS
-#define getwc(fp) fgetwc(fp)
-#define getwchar() fgetwc(stdin)
-#define putwc(wc, fp) fputwc((wc), (fp))
-#define putwchar(wc) fputwc((wc), stdout)
-
#endif /* !_WCHAR_H_ */
OpenPOWER on IntegriCloud