csutil/scanstr.h File 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). |
Detailed Description
String scanning (sscanf() flavor).
Definition in file scanstr.h.
Function Documentation
|
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. |
Generated for Crystal Space by doxygen 1.4.6