annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 __code getMinHeight_stub(struct Context* context) {
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 goto getMinHeight(context, &context->data[Allocate]->allocate, &context->data[AkashaInfo]->akashaInfo);
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 }
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 __code getMinHeight(struct Context* context, struct Allocate* allocate, struct AkashaInfo* akashaInfo) {
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 /* ... */
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 goto getMinHeight_stub(context);
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 }
623c90a21227 Wrote type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9