annotate paper/src/struct.c @ 130:80a196c82a4c

Update todo
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sat, 18 Feb 2017 15:43:09 +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 };