TRUNCATE(3) Library Functions Manual TRUNCATE(3)
NAME
truncate —
truncate a file to a specified length
SYNOPSIS
#include <unistd.h> int truncate(const char *path, off_t length);
DESCRIPTION
Refer to ftruncate(3) .
February 1997 posix.fail
truncate —
truncate a file to a specified length
#include <unistd.h> int truncate(const char *path, off_t length);
Refer to ftruncate(3) .