fsetpos 169 uspace/lib/c/include/stdio.h extern int fsetpos(FILE *, const fpos_t *); fsetpos 200 uspace/lib/c/test/stdio.c rc = fsetpos(f, &pos); fsetpos 169 uspace/lib/posix/include/libc/stdio.h extern int fsetpos(FILE *, const fpos_t *);HelenOS homepage, sources at GitHub