JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
GraalVM SDK Java API Reference
26.0.0-dev
cbc0b827b9b0b3ee9662a45ed6af26ebf426d69e
org.graalvm.nativeimage.c.type
CUnsigned
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface CUnsigned
@Retention
(
RUNTIME
)
@Target
(
TYPE_USE
)
public @interface
CUnsigned
Qualifies a C integer type as unsigned in an entry-point method signature. Can be placed only on integer types.
Since:
23.0