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.

Reply via email to