SSCANF(3) Library Functions Manual SSCANF(3)
NAME
sscanf — convert
formatted input
SYNOPSIS
#include <stdio.h> int sscanf(const char *s, const char *format, ...);
DESCRIPTION
Refer to fscanf(3) .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail