Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
newlib syscalls implementation More...
Functions | |
int | pico_printf (const char *format,...) |
This is an minimally useful subset of the POSIX printf() function. More... | |
newlib syscalls implementation
int pico_printf | ( | const char * | format, |
... | |||
) |
This is an minimally useful subset of the POSIX printf() function.
To reduce code size, this pico_printf() implementation only supports a few conversion specifiers:
Other limitations:
Definition at line 105 of file newlib-syscalls.c.