|
RTEMS CPU Kit with SuperCore
|
Truncate a File to the Specified Length. More...

Functions | |
| int | truncate (const char *path, off_t length) |
| This routine is not defined in the POSIX 1003.1b standard but is commonly supported on most UNIX and POSIX systems. More... | |
Truncate a File to the Specified Length.
| int truncate | ( | const char * | path, |
| off_t | length | ||
| ) |
This routine is not defined in the POSIX 1003.1b standard but is commonly supported on most UNIX and POSIX systems.
It is provided for compatibility.
1.8.13