diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-21 13:00:30 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-21 13:00:30 +0000 |
| commit | c5604d0a50cc18e7c5546e9c77a8fdcb69cb5e3c (patch) | |
| tree | 81419641bed2078ca1975a619324e3a8c863309f /lib/libc/stdio/local.h | |
| parent | a5dd613ce64ef196a7fb028817ea9e84c2cc9385 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/local.h')
| -rw-r--r-- | lib/libc/stdio/local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index 6c860cd87595..309cc9c06e88 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -72,6 +72,7 @@ extern int __swsetup(FILE *); extern int __sflags(const char *, int *); extern int __ungetc(int, FILE *); extern int __vfprintf(FILE *, const char *, __va_list); +extern int __vfwprintf(FILE *, const wchar_t *, __va_list); extern int __sdidinit; |
