changeset 117:ceabe608b773

add Element.h
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 02 Dec 2019 13:23:21 +0900
parents e45b8d57b9e8
children 822d74c14f38
files src/plautogen/interface/Element.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/plautogen/interface/Element.h	Mon Dec 02 13:23:21 2019 +0900
@@ -0,0 +1,4 @@
+typedef struct Element <Type, Impl> {
+  union Data* data;
+  struct Element* next;
+} Element;