diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-12 23:33:17 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-12 23:33:17 +0000 |
| commit | 18db09bb8ef3bb5669c59d6fcaa92f9e605dbfcb (patch) | |
| tree | 1dc1a355a74afecc1e6528c22b33da267c0eb075 /include/wchar.h | |
| parent | 653de878fcb688cecac95ab2b87adcb76f34cefb (diff) | |
Notes
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/wchar.h b/include/wchar.h index f0fdb2cb7ae2..f4ce405d7e6e 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -71,7 +71,7 @@ #include <sys/_types.h> #ifndef NULL -#define NULL 0 +#define NULL 0 #endif #ifndef _MBSTATE_T_DECLARED @@ -162,8 +162,8 @@ int wcwidth(wchar_t); __END_DECLS #define getwc(fp) fgetwc(fp) -#define getwchar() fgetwc(stdin) -#define putwc(wc, fp) fputwc((wc), (fp)) -#define putwchar(wc) fputwc((wc), stdout) +#define getwchar() fgetwc(stdin) +#define putwc(wc, fp) fputwc((wc), (fp)) +#define putwchar(wc) fputwc((wc), stdout) #endif /* !_WCHAR_H_ */ |
