JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
jnr.ffi.annotations
LongLong
Contents
Description
Hide sidebar
Show sidebar
Annotation Type LongLong
@Retention
(
RUNTIME
)
@Target
({
PARAMETER
,
METHOD
})
public @interface
LongLong
Indicates that a long parameter should be treated as native long-long (64bit) instead of the platform-dependent long size.