sendfile64

Name

sendfile64 -- transfer data between two file descriptors (Large File Support)

Synopsis

#include <sys/sendfile.h>

ssize_t sendfile64(int out_fd, int in_fd, off64_t * offset, size_t count);

Description

The sendfile64() function is a large-file version of the sendfile() function.