Splice (system Call) - Prototype

Prototype

ssize_t splice(int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, unsigned int flags);

Some constants that are of interest are:

/* Splice flags (not laid down in stone yet). */ #ifndef SPLICE_F_MOVE #define SPLICE_F_MOVE 0x01 #endif #ifndef SPLICE_F_NONBLOCK #define SPLICE_F_NONBLOCK 0x02 #endif #ifndef SPLICE_F_MORE #define SPLICE_F_MORE 0x04 #endif #ifndef SPLICE_F_GIFT #define SPLICE_F_GIFT 0x08 #endif

Read more about this topic:  Splice (system Call)

Famous quotes containing the word prototype:

    The Ancient Mariner seizes the guest at the wedding feast and will not let go until he has told all his story: the prototype of the bore.
    Mason Cooley (b. 1927)