annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1100
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 typedef struct Container {
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 int length;
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
1102
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 1100
diff changeset
5 int data[1];
1100
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 } Container, *ContainerPtr;