You are not logged in.
How to parse string like "STR1=STR2" with sscanf into two strings?
I can get STR1 but not STR2 with "%[^=]"...
Please help.
Sorry, if my English is not very well.
Offline
why you want to read with sscanf?
use strtok to split a string in two strings
Give what you have. To someone, it may be better than you dare to think.
Offline