annotate paper/src/struct.c @ 116:ed6719c301fc

Update slide
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Feb 2017 17:31:45 +0900
parents 54cf3b3153fe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
91
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 struct Point {
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 int x;
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 int y;
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 };