Files
spring-soap/java-panama/src/main/java/foreign/c/constants$17.java
2023-02-08 01:19:46 +00:00

65 lines
2.3 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$17 {
static final FunctionDescriptor _snwprintf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_LONG_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle _snwprintf$MH = RuntimeHelper.downcallHandleVariadic(
"_snwprintf",
constants$17._snwprintf$FUNC
);
static final FunctionDescriptor _vscwprintf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle _vscwprintf$MH = RuntimeHelper.downcallHandle(
"_vscwprintf",
constants$17._vscwprintf$FUNC
);
static final FunctionDescriptor _vsnwprintf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_LONG_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle _vsnwprintf$MH = RuntimeHelper.downcallHandle(
"_vsnwprintf",
constants$17._vsnwprintf$FUNC
);
static final FunctionDescriptor fwscanf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle fwscanf$MH = RuntimeHelper.downcallHandleVariadic(
"fwscanf",
constants$17.fwscanf$FUNC
);
static final FunctionDescriptor wscanf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle wscanf$MH = RuntimeHelper.downcallHandleVariadic(
"wscanf",
constants$17.wscanf$FUNC
);
static final FunctionDescriptor swscanf$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle swscanf$MH = RuntimeHelper.downcallHandleVariadic(
"swscanf",
constants$17.swscanf$FUNC
);
}