摘要:
下载内核后,文档在:Documentation/dynamic-debug-howto.txt 中文版本:http://www.oschina.net/translate/dynamic-debug-howto?print Introduction 简介 This document describe 阅读全文
摘要:
功能是将其后面的宏参数进行字符串化操作(Stringizing operator), 简单说就是在它引用的宏变量的左右各加上一个双引号。 #define STRING(x) #x 下面二条语句就等价。 char *pChar = "hello"; char *pChar = STRING(hello 阅读全文