Mercurial > hg > Game > Cerium
view example/ResizeWritebuf/Container.h @ 2048:6796d85f3d6b draft
remove error
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Jan 2016 00:05:49 +0900 |
parents | 8d2a1f5edf10 |
children |
line wrap: on
line source
typedef struct Container { int length; int data[1]; } Container, *ContainerPtr;