jnr.ffi.annotations
Annotation Type LongLong


@Retention(value=RUNTIME)
@Target(value={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.



Copyright © 2013. All Rights Reserved.