#include <sys/types.h>
#include "seek.h"

int seek_trunc(fd,pos) int fd; seek_pos pos;
{ return ftruncate(fd,(off_t) pos); }


syntax highlighted by Code2HTML, v. 0.9.1