view src/plautogen/interface/Element.h @ 201:b73c5bd61c37

merge
author menikon <e165723@ie.u-ryukyu.ac.jp>
date Thu, 23 Jan 2020 01:55:03 +0900
parents ceabe608b773
children
line wrap: on
line source

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