gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:fgetpos (0.00 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); }