Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

scanf

You are here: irt.org | FOLDOC | scanf

The C library routine that reads data from the standard input stream stdin into the locations given by each entry in its argument list. The first argument is a format string which controls interpretation of the input and each subsequent argument points to a variable with a type that corresponds to a type specifier in the format-string.

Unix manual page: scanf(3).

(1995-02-23)

Nearby terms: scan design « SCANDISK « Scan-EDF « scanf » Scan-In, Scan-Out » scan line » scanner

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb