Misplaced Pages

vwprintf

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by AvicBot (talk | contribs) at 21:20, 31 August 2011 (Tagging uncategorized article. (Report error)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 21:20, 31 August 2011 by AvicBot (talk | contribs) (Tagging uncategorized article. (Report error))(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

vwprintf is a C standard library function as defined in stdio.h and it has function signature as

int vwprintf(const wchar_t *format, va_list args);.


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.

This redirect has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar redirects. (August 2011)
Category: