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