在使用c内核源码的数据结构list中,报这么一个错误
expected expression before ‘typeof’
是由于没有定义containof()
在copy出来的list头文件中加入#include <stddef.h>就ok了
在使用c内核源码的数据结构list中,报这么一个错误
expected expression before ‘typeof’
是由于没有定义containof()
在copy出来的list头文件中加入#include <stddef.h>就ok了