Jmenné prostory
Varianty
Akce

sscanf

Z cppreference.com
< cpp‎ | io/c


Syntaxe:

    #include <cstdio>
    int sscanf( const char *buffer, const char *format, ... );

Funkce sscanf je podobná funkci scanf s vyjímkou toho, že vstup je čten z pole znaků buffer místo ze standardního vstupu.

Příbuzná témata: fscanf, scanf