view paper/src/struct.c @ 144:060202b21724 default tip

Bookbinding
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 27 Feb 2017 20:29:43 +0900
parents 54cf3b3153fe
children
line wrap: on
line source

struct Point {
    int x;
    int y;
};