Keil Logo

printf

Summary
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 logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

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.