#include <io/printf_core.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| int | fprintf (FILE *stream, const char *fmt,...) |
| Print formatted text. | |
| int | printf (const char *fmt,...) |
| Print formatted text to stdout. | |
Definition in file printf.c.
1.4.7