diff options
Diffstat (limited to 'man3/wprintf.3')
| -rw-r--r-- | man3/wprintf.3 | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3 index 34b1e2727d..70ccdd62b4 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -11,7 +11,7 @@ .\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WPRINTF 3 1999-11-20 "GNU" "Linux Programmer's Manual" +.TH WPRINTF 3 2007-07-26 "GNU" "Linux Programmer's Manual" .SH NAME wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf \- formatted wide-character output conversion @@ -25,13 +25,28 @@ wide-character output conversion .BI "int swprintf(wchar_t *" wcs ", size_t " maxlen , .BI " const wchar_t *" format ", ...);" .sp -.B #include <stdarg.h> -.sp .BI "int vwprintf(const wchar_t *" format ", va_list " args ); .BI "int vfwprintf(FILE *" stream ", const wchar_t *" format ", va_list " args ); .BI "int vswprintf(wchar_t *" wcs ", size_t " maxlen , .BI " const wchar_t *" format ", va_list " args ); .fi +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.ad l +All functions described on this page: +.\" .BR wprintf (), +.\" .BR fwprintf (), +.\" .BR swprintf (), +.\" .BR vwprintf (), +.\" .BR vfwprintf (), +.\" .BR vswprintf (): +_XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or +.I cc\ -std=c99 +.ad b .SH DESCRIPTION The .BR wprintf () |
