Go to the documentation of this file. 67 #ifndef GWENHYWFAR_MISC_H 68 #define GWENHYWFAR_MISC_H 82 #define GWEN_LIST_ADD(typ, sr, head) {\ 100 #define GWEN_LIST_INSERT(typ, sr, head) {\ 116 #define GWEN_LIST_DEL(typ, sr, head) {\ 126 while(curr->next!=sr) { \ 130 curr->next=sr->next; \