"r"))==NULL){fprintf(stderr,"%s\n","error: can't read file.");returnEXIT_FAILURE;}while(fscanf(f,"%s",a)!=EOF){printf("%s\n",a);}fclose(f);return0;}