Revision as of 21:30, 4 September 2011 editHelpful Pixie Bot (talk | contribs)Bots571,497 editsm Dated {{Unreferenced}}. (Build p613)← 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,076 edits Rcats |
(13 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
|
|
#REDIRECT ] |
|
{{lowercase|title='''vwprintf'''}} |
|
|
{{Unreferenced|date=September 2011}} |
|
|
<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}} |
|
|
|
|
|
}} |
|
] |
|
|
] |
|