摘要:
extern关键词声明 global variable & function In fact, function is a special global variable. 因为函数的访问也是通过全局的address实现的。 Global variable 使用extern关键词的目的是:使全局变量 阅读全文
摘要:
偶然在代码中看到这样一个定义: typedef union { unsigned char byte; /**< the whole byte */ struct { unsigned int retain : 1; /**< retained flag bit */ unsigned int qo 阅读全文