view paper/src/type-cs.c @ 48:623c90a21227

Wrote type.tex
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 30 Jan 2017 16:41:56 +0900
parents
children
line wrap: on
line source

__code getMinHeight_stub(struct Context* context) {
    goto getMinHeight(context, &context->data[Allocate]->allocate, &context->data[AkashaInfo]->akashaInfo);
}

__code getMinHeight(struct Context* context, struct Allocate* allocate, struct AkashaInfo* akashaInfo) {
    /* ... */
    goto getMinHeight_stub(context);
}