view example/ResizeWritebuf/Container.h @ 1439:20e935f170c1 draft

add Makefile for gpu
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Sat, 07 Apr 2012 11:43:05 +0900
parents 8d2a1f5edf10
children
line wrap: on
line source


typedef struct Container {
  int length;

  int data[1];
} Container, *ContainerPtr;