view 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
line wrap: on
line source

struct Point {
    int x;
    int y;
};