sscanf
with 0
arguments should be allowed when return value is passed to variables
#125
Labels
bug
Something isn't working
In case that
sscanf
is being requested with0
arguments (besides theformat
),sscanf
returns the values instead of setting the arguments by reference.For example:
Becomes:
Therefore,
0
arguments are okay forsscanf
.The text was updated successfully, but these errors were encountered: