j
k
j a
j l
You do get partial results;
sscanf("hej,hopp", "%s,%s,", string x, string y)
will give you "hej" in x and leave y uninitialized. I would say that is a partial result.
Back to the thread
Back to the list