printching.c | 98 static FILE *chingf; /* stream to read the hexagram file */ variable in typeref:typename:FILE * 123 if ((chingf = fopen(_PATH_HEX, "r")) == NULL) { 228 rewind(chingf); 230 if (fgets(textln, sizeof(textln), chingf) == NULL) { 254 if (fgets(textln, sizeof(textln), chingf) == NULL) { 298 if (fgets(textln, sizeof(textln), chingf) == NULL) 318 if (fgets(textln, sizeof(textln), chingf) == NULL)
|