gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:fsetpos (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fsetpos.c - 1.9KB - 44 lines
43: }
44: int fsetpos(FILE *iop, const int32_t *pos) { return(fseek(iop, *pos, SEEK_SET)); }