MentOS
0.8.0
The Mentoring Operating System
|
Reading formatting routines. More...
Functions | |
static int | vsscanf (const char *buf, const char *s, va_list ap) |
Read formatted data from string. More... | |
int | sscanf (const char *buf, const char *fmt,...) |
Read formatted data from string. More... | |
Reading formatting routines.
int sscanf | ( | const char * | str, |
const char * | fmt, | ||
... | |||
) |
Read formatted data from string.
str | String processed as source to retrieve the data. |
fmt | Format string, following the same specifications as printf. |
... | The list of arguments where the values are stored. |
|
static |
Read formatted data from string.
buf | String processed as source to retrieve the data. |
s | Format string, following the same specifications as printf. |
ap | The list of arguments where the values are stored. |