annotate paper/src/struct.c @ 91:54cf3b3153fe

Update
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Thu, 09 Feb 2017 18:37:26 +0900
parents
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 };