aicasm.c | 529 FILE *ifile; local in function:output_listing 544 if ((ifile = fopen(ifilename, "r")) == NULL) { 624 fgets(buf, sizeof(buf), ifile); 640 fgets(buf, sizeof(buf), ifile); 646 while(fgets(buf, sizeof(buf), ifile) != NULL) 649 fclose(ifile);
|