void printf ("string", ...) /* ANSI C printf function */
Description
The printf function works like the ANSI C library function.
The first argument is a format string. Following arguments can be
expressions or strings. The conventional ANSI C formatting
specifications apply to printf.
Return Value
None
Example
>printf ("random number = %04XH\n", rand(0))
random number = 1014H
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.