Search notes:

libc: scanf family

The scanf family is the complement to the printf family. It decomposes a string into parts and assigns the values of these parts to variables.

Macros for format strings

SCN{fmt}{type}. Compare with the printf macros.

See also

The Standard C Library

Index