s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
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); }
seek.h
fd
int fd
Definition:
idedit.c:16
seek_pos
unsigned long seek_pos
Definition:
seek.h:4
seek_trunc
int seek_trunc(int fd, seek_pos pos)
Definition:
seek_trunc.c:4
Generated on Sat Jan 12 2019 23:42:28 for s/qmail by
1.8.13