gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:clearerr (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/rewind.c - 1.9KB - 43 lines
40:         (void) fseek(fp, 0L, SEEK_SET);
41:         clearerr(fp);
42:         /*errno = 0*/;      /* not required, but seems reasonable */