13 #ifndef __STOUT_OS_LSEEK_HPP__
14 #define __STOUT_OS_LSEEK_HPP__
32 off_t result = ::_lseek(fd.crt(), offset, whence);
34 off_t result =
::lseek(fd, offset, whence);
44 #endif // __STOUT_OS_LSEEK_HPP__
Try< off_t > lseek(int_fd fd, off_t offset, int whence)
Definition: lseek.hpp:29
Definition: errorbase.hpp:49
int int_fd
Definition: int_fd.hpp:35