Copyright Digital Equipment Corp. All rights reserved.

scanf

   Performs formatted input from the standard input (stdin),
   interpreting it according to the format specification.

   Format

     #include  <stdio.h>

     int scanf  (const char *format_spec, . . . );
 


Additional information available:

Arguments       Return_Values