2.2.38 int sscanf
int sscanf(const char *__buf, const char *__fmt,...)
The function sscanf
performs formatted input, reading the input data from the buffer pointed to by buf
.
See vfscanf() for details.
int sscanf(const char *__buf, const char *__fmt,...)
The function sscanf
performs formatted input, reading the input data from the buffer pointed to by buf
.
See vfscanf() for details.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.