Copyright Digital Equipment Corp. All rights reserved.

ftruncate

   Truncates a file to a specified length.

   Format

     #include  <unistd.h>

     int ftruncate  (int filedes, off_t length);
 


Additional information available:

Arguments       Description     Return_Values