Package org.graalvm.nativeimage.c.type
Annotation Interface CTypedef
Defines a name for C type to be used in an entry-point method signature.
Can be placed either on a type declaration or at a type-use site. If placed on both, the type-use
site takes precedence.
- Since:
- 23.0
-
Required Element Summary
-
Element Details
-
name
String nameName to be used for this C type.- Since:
- 23.0
-