7 lines
103 B
C
7 lines
103 B
C
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
|
|
...
|
|
truncate(filename, length);
|
|
ftruncate(fd, length);
|
|
...
|