annotate paper/src/struct.c @ 109:f6d00a13f923

Add ()
author atton
date Mon, 13 Feb 2017 14:11:30 +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 };