Mercurial > hg > Members > Moririn
view src/include/context.h @ 171:747067fe46bd
Fix selected Queue
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 24 Nov 2016 16:29:46 +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;