11.02.2018, 17:29
Hello. I have this code:
How to set the maximum length of integer? For example, 3, so that 111.111.111.111 is allowed, and 111111.11111.11.111 - no?
Код:
sscanf(params, "p<.>iiii", params[0], params[1], params[2], params[3])