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

55 lines
1.9 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$1 {
static final FunctionDescriptor rename$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle rename$MH = RuntimeHelper.downcallHandle(
"rename",
constants$1.rename$FUNC
);
static final FunctionDescriptor tmpfile$FUNC = FunctionDescriptor.of(Constants$root.C_POINTER$LAYOUT);
static final MethodHandle tmpfile$MH = RuntimeHelper.downcallHandle(
"tmpfile",
constants$1.tmpfile$FUNC
);
static final FunctionDescriptor tmpnam$FUNC = FunctionDescriptor.of(Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle tmpnam$MH = RuntimeHelper.downcallHandle(
"tmpnam",
constants$1.tmpnam$FUNC
);
static final FunctionDescriptor _tempnam$FUNC = FunctionDescriptor.of(Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle _tempnam$MH = RuntimeHelper.downcallHandle(
"_tempnam",
constants$1._tempnam$FUNC
);
static final FunctionDescriptor _rmtmp$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT);
static final MethodHandle _rmtmp$MH = RuntimeHelper.downcallHandle(
"_rmtmp",
constants$1._rmtmp$FUNC
);
static final FunctionDescriptor _unlink$FUNC = FunctionDescriptor.of(Constants$root.C_LONG$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle _unlink$MH = RuntimeHelper.downcallHandle(
"_unlink",
constants$1._unlink$FUNC
);
}