I want to use fscanf () as a filter, for example if I do the following with a record with two fields, the first field is "ignored" and it reads the second field
fscanf(fd, "%*d, %d", &numero)
As I would if I want to read a part of the c...
asked by
17.10.2017 / 05:04