◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <conio.h> Syntax: int cscanf( char *format [, argument ] ... ); Returns: the number of fields converted and assigned if successful (0 means that no fields were assigned), or EOF for an attempt to read end-of-file. See also: cprintf, fscanf, scanf, sscanf -♦-