Closed as not planned
Description
Is there a way to skip an item when use scnlib? I mean in scanf
we can use *
to skipt an item:
int count;
scanf("%d%*c", &count);
*c
means, that a char will be read but won't be assigned, for example for the input "30a" it will assign 30 to count
, but 'a' will be ignored.
Is there a similay way in scnlib to implement this?
Metadata
Metadata
Assignees
Labels
No labels