aboutsummaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-09-28 07:43:44 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-09-28 07:43:44 +0000
commit3619568a645e92383cd7dfb4a6bb334c24803733 (patch)
treefec21277845a6002b681cb3657cfe09bf6cfe40c /include/wchar.h
parentee38d590ffe9bd32453d8c00047989c1c9175afd (diff)
Notes
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 6a0de5e53ba0..6a85b4df7f73 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_ */