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