Mercurial > hg > Game > Cerium
view example/ResizeWritebuf/Container.h @ 1587:ca2e037e30b6 draft
eraser binaryfile
author | Masa <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 31 Mar 2013 20:44:05 +0900 |
parents | 8d2a1f5edf10 |
children |
line wrap: on
line source
typedef struct Container { int length; int data[1]; } Container, *ContainerPtr;