Method sscanf()
- Method
sscanf
intsscanf(sscanf_inputdata,sscanf_80_formatformat,sscanf_args...lvalues)- Description
Compatibility implementation of predef::sscanf().
- Note
The main difference between 8.0::sscanf() and predef::sscanf() is that all integers in the former are signed.
- See also