JavaScript is disabled on your browser.
Skip navigation links
GraalVM SDK Java API Reference
25.0.0-dev
f722721bf6c5899f1f0b313daf09661cd4320857
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.graalvm.nativeimage.c.type
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