A
asdf
fscanf(fp,"\n", &intensity);
will generate the following warning:
warning: too many arguments for format
how to fix it ? Thanks a lot.
will generate the following warning:
warning: too many arguments for format
how to fix it ? Thanks a lot.