org.bridj.ann
Annotation Type CLong


@Target(value={FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface CLong

Indicate that a Java long value is represented by a C 'long' integer (which size is platform- and compiler-dependent).

Author:
Olivier Chafik



Copyright © 2009-2012. All Rights Reserved.