Go to the documentation of this file.
67#ifndef GWENHYWFAR_MISC_H
68#define GWENHYWFAR_MISC_H
70#include <gwenhywfar/gwenhywfarapi.h>
71#include <gwenhywfar/types.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; \
145#include <gwenhywfar/memory.h>
146#include <gwenhywfar/list1.h>