Revision as of 21:24, 4 September 2011 editSebbe (talk | contribs)Extended confirmed users1,709 edits Categorizing article - You can help! + add {{unreferenced}}← Previous edit |
Latest revision as of 23:49, 27 April 2023 edit undoSteel1943 (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, Pending changes reviewers, Rollbackers, Template editors197,084 edits Rcats |
(14 intermediate revisions by 7 users not shown) |
Line 1: |
Line 1: |
|
|
#REDIRECT ] |
|
{{lowercase|title='''vwprintf'''}} |
|
|
{{unreferenced}} |
|
|
<tt>''vwprintf''</tt> is a ] function as defined in ] and it has function signature as |
|
|
'''int vwprintf(const wchar_t *format, va_list args);''' |
|
|
|
|
|
|
|
{{Redirect category shell| |
|
|
|
|
|
{{R with history}} |
|
The functioning of vwprintf is same as that of swprintf. The difference between both functions is ''that the argument list has been replaced by a pointer to a list of argument''. vwprintf performs the wide character output to the string like stdout and stdout should not be byte oriented. |
|
|
|
{{R to anchor}} |
|
|
|
|
|
}} |
|
] |
|
|
] |
|