C语言中#define宏中省略号作用,例子:#define __stringify_1(x...) #x
这里写自定义目录标题
学习Linux misc驱动时遇到以下函数定义:
代码路径:include\linux\stringify.h
#ifndef __LINUX_STRINGIFY_H
#define __LINUX_STRINGIFY_H
/* Indirect stringification. Doing two levels allows the parameter to be a
* macro itself. For example, compile with -DFOO=bar, _
原创
2020-08-10 10:48:06 ·
1316 阅读 ·
0 评论