小编mik*_*ike的帖子

请在此结构初始化C代码中解释':'和尾随','的使用

static struct file_operations memory_fops = {
    open:       memory_open,    /* just a selector for the real open */
};
Run Code Online (Sandbox Code Playgroud)

这是来自uclinux中的mem.c文件

c linux uclinux

3
推荐指数
2
解决办法
770
查看次数

标签 统计

c ×1

linux ×1

uclinux ×1