org.qbicc.runtime.linux.SysSendfile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-runtime-linux Show documentation
Show all versions of qbicc-runtime-linux Show documentation
Qbicc base run time Linux support
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