62 lines
2.1 KiB
Java
62 lines
2.1 KiB
Java
// Generated by jextract
|
|
|
|
package foreign.c;
|
|
|
|
import java.lang.invoke.MethodHandle;
|
|
import java.lang.invoke.VarHandle;
|
|
import java.nio.ByteOrder;
|
|
import java.lang.foreign.*;
|
|
import static java.lang.foreign.ValueLayout.*;
|
|
class constants$16 {
|
|
|
|
static final FunctionDescriptor fdopen$FUNC = FunctionDescriptor.of(Constants$root.C_POINTER$LAYOUT,
|
|
Constants$root.C_LONG$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT
|
|
);
|
|
static final MethodHandle fdopen$MH = RuntimeHelper.downcallHandle(
|
|
"fdopen",
|
|
constants$16.fdopen$FUNC
|
|
);
|
|
static final FunctionDescriptor fileno$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT
|
|
);
|
|
static final MethodHandle fileno$MH = RuntimeHelper.downcallHandle(
|
|
"fileno",
|
|
constants$16.fileno$FUNC
|
|
);
|
|
static final FunctionDescriptor fwprintf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT
|
|
);
|
|
static final MethodHandle fwprintf$MH = RuntimeHelper.downcallHandleVariadic(
|
|
"fwprintf",
|
|
constants$16.fwprintf$FUNC
|
|
);
|
|
static final FunctionDescriptor wprintf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT
|
|
);
|
|
static final MethodHandle wprintf$MH = RuntimeHelper.downcallHandleVariadic(
|
|
"wprintf",
|
|
constants$16.wprintf$FUNC
|
|
);
|
|
static final FunctionDescriptor vfwprintf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT
|
|
);
|
|
static final MethodHandle vfwprintf$MH = RuntimeHelper.downcallHandle(
|
|
"vfwprintf",
|
|
constants$16.vfwprintf$FUNC
|
|
);
|
|
static final FunctionDescriptor vwprintf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT,
|
|
Constants$root.C_POINTER$LAYOUT
|
|
);
|
|
static final MethodHandle vwprintf$MH = RuntimeHelper.downcallHandle(
|
|
"vwprintf",
|
|
constants$16.vwprintf$FUNC
|
|
);
|
|
}
|
|
|
|
|