#include "file.h" #include int fseek(struct __opaque_file *stream, long offset, int origin) { return lseek(stream->f_fd, offset, origin); }