Next: End-Of-File and Errors, Previous: Customizing printf
, Up: Input/Output on Streams [Contents][Index]
The functions described in this section (scanf
and related
functions) provide facilities for formatted input analogous to the
formatted output facilities. These functions provide a mechanism for
reading arbitrary values under the control of a format string or
template string.