Mercurial > hg > Members > Moririn
view src/include/context.h @ 502:8d997f0c9b2c
stack.agda comment
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 01 Jan 2018 18:58:05 +0900 |
parents | a765eb7f3b7c |
children |
line wrap: on
line source
typedef struct Context_st { void* ds; void* mds; void* ds_heap; void* mds_heap; __code (*next)(); void* head; } Context;