【学习Android NDK开发】Primitive Types Map(基本类型映射)

Java type         JNI type        C type        Stdint C type        
boolean jboolean unsigned char uint8_t
byte jbyte signed char int8_t
char jchar unsigned short uint16_t
double jdouble double double
float jfloat float float
int jint int int32_t
long jlong long long int64_t
short jshort short int16_t
posted on 2012-10-07 17:23  Anthony Li  阅读(423)  评论(0编辑  收藏  举报

博客园博客已停止更新,博客地址:dyinigbleed.com