All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.runtime.linux.SysSendfile Maven / Gradle / Ivy

There is a newer version: 0.69.0
Show newest version
package org.qbicc.runtime.linux;

import static org.qbicc.runtime.CNative.*;
import static org.qbicc.runtime.posix.SysTypes.*;
import static org.qbicc.runtime.stdc.Stddef.*;

/**
 *
 */
@include("")
public class SysSendfile {
    public static native ssize_t sendfile(c_int out_fd, c_int in_fd, off_t_ptr offset, size_t count);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy