![]() |
Public API Reference |
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). More... |
Definition in file scanstr.h.
|
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. |