1 2 3 4 5 6 7 8 9 10
/* ISC license. */ #include <sys/types.h> #include <unistd.h> #include <skalibs/djbunix.h> long seek_cur (int fd) { return (long)lseek(fd, 0, SEEK_CUR) ; }