diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-28 07:43:44 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-28 07:43:44 +0000 |
| commit | 3619568a645e92383cd7dfb4a6bb334c24803733 (patch) | |
| tree | fec21277845a6002b681cb3657cfe09bf6cfe40c /include/wchar.h | |
| parent | ee38d590ffe9bd32453d8c00047989c1c9175afd (diff) | |
Notes
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 5 |
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_ */ |
