03.11.2015, 22:01
Apparently it's a failure of sscanf. So the solution is:
Place empty data. (const data []). There could be "0 0 0 0", and that 0 is also a value.
pawn Код:
sscanf("", "E<ii-i-i>(20, 30, 40)", quiet_enum);