ionutdinulescu
Programmer
the code bellow:
n = fprintf(f, "%d", 4);
does not return 1, as I expected.
Do you know the cause, and how this can be fixed ?
n = fprintf(f, "%d", 4);
does not return 1, as I expected.
Do you know the cause, and how this can be fixed ?