Description
The
vprintf function is supported as specified in
ANSI C 7.9.6.8.
Returns
The
vprintf function returns the number of
characters printed.
Implementation Notes
The
vprintf function uses an internal buffer
of 256 characters. This limits the length of the text
printed by one call to
vprintf to 255 characters.
|