![]() |
Public API Reference |
![]() |
String scanning (sscanf() flavor). More...
#include "csextern.h"
Go to the source code of this file.
Functions | |
int | csScanStr (const char *in, const char *format,...) |
Own version of sscanf that is a bit more relaxed towards spaces and also accepts quoted strings (the quotes will not be included into the result string). |
String scanning (sscanf() flavor).
Definition in file scanstr.h.
int csScanStr | ( | const char * | in, |
const char * | format, | ||
... | |||
) |
Own version of sscanf that is a bit more relaxed towards spaces and also accepts quoted strings (the quotes will not be included into the result string).
It supports the following format commands:
Returns the number of successfully scanned arguments or -1 if there was a mismatch.