2017年1月4日

extern extern “C”用法详解

摘要: 1、extern 修饰一个变量,告诉编译器这个变量在其他地方定义,编译器不会给出变量未定义的警告。 extern tells the compiler that the variable is defined somewhere else, so it doesn't complain about 阅读全文

posted @ 2017-01-04 10:21 时间的女儿 阅读(295) 评论(0) 推荐(1) 编辑

导航