/sys$common/syshlp/helplib.hlb CC, Run-time functions, ftruncate *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Truncates a file to a specified length. Syntax: #include <unistd.h> int ftruncate (int filedes, off_t length);
|