摘要: 1. sizeof(literal-string) is number of bytes plus 1 (NULL is included), while strlen(literal-string) is number of bytes.2. Printf and scanf formatBefo... 阅读全文
posted @ 2014-06-17 17:01 自由即力量 阅读(257) 评论(0) 推荐(0)
摘要: For convenience of discussion, assume our android executable name is hello-exe.1. Compile debug version of android executable file, use following comm... 阅读全文
posted @ 2014-06-03 17:32 自由即力量 阅读(297) 评论(0) 推荐(0)