Accessing struct member of pointer's address in C

前端 未结 4 1981
[愿得一人]
[愿得一人] 2021-01-07 08:35

I\'m reading this book, and I found this code snippet in Chapter 14.

struct kobject *cdev_get(struct cdev *p)
{
    struct module *owner = p->owner;
    s         


        
4条回答
提交回复
热议问题