view 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 (2017-02-18)
parents 54cf3b3153fe
children
line wrap: on
line source
struct Point {
    int x;
    int y;
};