SSCANF(3) Library Functions Manual SSCANF(3)

sscanfconvert formatted input

#include <stdio.h>

int sscanf(const char *s, const char *format, ...);

Refer to fscanf(3) .

Derived from Issue 1 of the SVID.

February 1997 posix.fail