ChibiOS/HAL
7.0.3
|
Mini printf-like functionality. More...
#include <stdarg.h>
Go to the source code of this file.
Macros | |
#define | CHPRINTF_USE_FLOAT FALSE |
Float type support. More... | |
Functions | |
int | chvprintf (BaseSequentialStream *chp, const char *fmt, va_list ap) |
System formatted output function. More... | |
int | chprintf (BaseSequentialStream *chp, const char *fmt,...) |
System formatted output function. More... | |
int | chsnprintf (char *str, size_t size, const char *fmt,...) |
System formatted output function. More... | |
int | chvsnprintf (char *str, size_t size, const char *fmt, va_list ap) |
System formatted output function. More... | |
Mini printf-like functionality.
Definition in file chprintf.h.