sscanf Function (Macro)

stdio.h

short sscanf (const char *buffer, const char *format, ...);

String parsing function.

sscanf scans the string buffer for the formats in the format string format and assigns the input to pointers passed as varargs. Returns:



Formats accepted:

Types accepted:


Uses: cbscanf
Used by: scanf