gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:fseeko (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fseek.c - 8.9KB - 261 lines
257: 
258:         return(fseeko(fp, off, whence));
259: }
bsd_source/lib/libc/src_bsd/stdio/fsetpos.c - 1.9KB - 44 lines
41: {
42:         return (fseeko(iop, (off_t)*pos, SEEK_SET));
43: }