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