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