s/qmail  3.3.23
Next generation secure email transport
seek.h
Go to the documentation of this file.
1 #ifndef SEEK_H
2 #define SEEK_H
3 
4 typedef unsigned long seek_pos;
5 
7 
8 int seek_set();
9 int seek_end();
10 
11 int seek_trunc();
12 
13 #define seek_begin(fd) (seek_set((fd),(seek_pos) 0))
14 
15 #endif
int seek_set()
int seek_trunc()
seek_pos seek_cur()
int seek_end()
unsigned long seek_pos
Definition: seek.h:4