s/qmail  3.3.23
Next generation secure email transport
seek_cur.c
Go to the documentation of this file.
1 #include <sys/types.h>
2 #include "seek.h"
3 
4 #define CUR 1 /* sigh */
5 
7 { return lseek(fd,(off_t) 0,CUR); }
int fd
Definition: idedit.c:16
#define CUR
Definition: seek_cur.c:4
seek_pos seek_cur(int fd)
Definition: seek_cur.c:6
unsigned long seek_pos
Definition: seek.h:4