C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_cscanf
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  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:  scanf, _cprintf, fscanf, sscanf
                                    -♦-