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