13 #ifndef __STOUT_OS_POSIX_LSEEK_HPP__ 14 #define __STOUT_OS_POSIX_LSEEK_HPP__ 27 off_t result =
::lseek(fd, offset, whence);
36 #endif // __STOUT_OS_POSIX_LSEEK_HPP__
Definition: errorbase.hpp:50
Definition: posix_signalhandler.hpp:23
Try< off_t > lseek(int_fd fd, off_t offset, int whence)
Definition: lseek.hpp:25
int int_fd
Definition: int_fd.hpp:35