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