Go to the first, previous, next, last section, table of contents.


cscanf

Syntax

#include <conio.h>

int cscanf(const char *_format, ...);

Description

Like scanf (see section scanf), but it reads from the keyboard directly.

Return Value

The number of fields stored.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.