gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ftell (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fgetpos.c - 1.9KB - 44 lines
43: }
44: int32_t fgetpos(FILE *fp, int32_t *pos) { return((*pos = ftell(fp)) == -1); }
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
463:         fseek(fp, 0, SEEK_END);
464:         fsz = ftell(fp);
465:         fseek(fp, 0, SEEK_SET);
More results from command.c