Answer the question
In order to leave comments, you need to log in
Why does sscanf stumble on an extended ASCII character, but only in the release build?
There is a code:
char fmt[] = "%dю%d";
char str[] = "20ю15";
int one = 0;
int two = 0;
sscanf(str, fmt, &one, &two);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question