Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

truncate, truncate64 - Datei auf angegebene Länge setzen

&pagelevel(4)&pagelevel

Definition

#include <unistd.h>

int truncate (const char *path, off_t length);
int truncate64 (const char *path, off64_t length);

Beschreibung

Siehe ftruncate().

truncate() kürzt die in path angegebene Datei auf length Bytes.