1 2 3 4 5
#include <unistd.h> int ftruncate(int __fd, off_t __length) { return _chsize (__fd, __length); }