view src/plautogen/interface/Element.h @ 154:343f8f3c8f18

add pipe.h
author anatofuz
date Thu, 19 Dec 2019 11:32:40 +0900
parents ceabe608b773
children
line wrap: on
line source

typedef struct Element <Type, Impl> {
  union Data* data;
  struct Element* next;
} Element;