diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-20 13:20:41 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-20 13:20:41 +0000 |
| commit | 8f030a44b8c665d111ed900df1a8203dde0af1e7 (patch) | |
| tree | dba84dabdfa686ba4668a3256bd3ecb1eb4313be /lib/libc/stdio/local.h | |
| parent | f90c382c0c6c8b94d43903c8df4b52b4574fadd8 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/local.h')
| -rw-r--r-- | lib/libc/stdio/local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index bfa4aab8b4cd..6c860cd87595 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -53,6 +53,8 @@ extern fpos_t _sseek(FILE *, fpos_t, int); extern int _ftello(FILE *, fpos_t *); extern int _fseeko(FILE *, off_t, int, int); extern int __fflush(FILE *fp); +extern wint_t __fgetwc(FILE *); +extern wint_t __fputwc(wchar_t, FILE *); extern int __sflush(FILE *); extern FILE *__sfp(void); extern int __srefill(FILE *); |
