#define LIST_HEAD_INIT(name) {&(name), &(nmae)}

hong zhang henryzhang62 at yahoo.com
Mon Jun 22 23:16:36 UTC 2009


List,

I need a C mailing list to post my C question from kernel. Could anyone recommend a good one to me?

Currently I subscripe 

comp.lang.c
http://groups.google.com/group/comp.lang.c?hl=en

#define LIST_HEAD_INIT(name) {&(name), &(nmae)}
bothers me.

What is { &(name), &(name)} for?
I do not see this kind of statement in C codes before.

---henry





      



More information about the devel mailing list