ChibiOS/HAL 9.0.0
|
Mini scanf-like functionality. More...
Go to the source code of this file.
Functions | |
static long | sym_to_val (char sym, int base) |
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.c.