ChibiOS/HAL 9.0.0
|
Mini scanf-like functionality. More...
Go to the source code of this file.
Macros | |
#define | CHSCANF_USE_FLOAT FALSE |
Float type support. |
Functions | |
int | chvscanf (BaseBufferedStream *chp, const char *fmt, va_list ap) |
System formatted input function. | |
int | chscanf (BaseBufferedStream *chp, const char *fmt,...) |
System formatted input function. | |
int | chsnscanf (char *str, size_t size, const char *fmt,...) |
System formatted input function. | |
int | chvsnscanf (char *str, size_t size, const char *fmt, va_list ap) |
System formatted input function. |
Mini scanf-like functionality.
Definition in file chscanf.h.