- while ( (fgets(fp1_line, MAXLINE, fp1) != NULL) && (fgets(fp2_line, MAXLINE, fp2) != NULL)) ...11 KB (1,435 words) - 07:21, 30 December 2021
- char *fgets(char * restrict, int, FILE * restrict); ...2 KB (336 words) - 09:14, 26 June 2006
- 87: char *r = fgets(s, n, iop); 111: while (fgets(line, LEN, stdin)) ...11 KB (1,376 words) - 08:18, 31 December 2021
- while(fgets(line, MAXLINE, fp->p) != NULL) { while (fgets(line, MAXLEN, p->fp) != NULL) { ...12 KB (1,669 words) - 07:08, 31 December 2021
- Thanks to Rick Dearman for pointing out that my solution used <code>fgets()</code> which has not been introduced ...13 KB (1,796 words) - 14:14, 12 September 2024
- while(NULL != fgets(Buf, sizeof Buf, Input)) ...16 KB (2,136 words) - 04:37, 28 December 2021
- while (fgets(input, MAXLEN, stdin) != NULL) { ...20 KB (3,091 words) - 06:03, 10 January 2022