j
k
j a
j l
No, your format string tries to match a literal "s", and since there is none in the input string, sscanf stops. You probably meant "%[0]%s".
Back to the thread
Back to the list