Mercurial > hg > Members > menikon > CbC_xv6
view src/plautogen/interface/Element.h @ 314:11cd1c607427
rename..
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 06 Feb 2020 17:40:44 +0900 |
parents | ceabe608b773 |
children |
line wrap: on
line source
typedef struct Element <Type, Impl> { union Data* data; struct Element* next; } Element;