view runtime/array.h @ 19:90c20dc3f4e5

Initial work on compiling dataflow graphs to a backend
author Mike Pavone <pavone@retrodev.com>
date Wed, 27 May 2009 21:29:15 +0000
parents d61550e2c001
children 3e20ed8959c4
line wrap: on
line source

#ifndef _ARRAY_H_
#define _ARRAH_H_

#include "object.h"
#include "func.h"
#include "builtin.h"

MOBegin
	blueprint *contents_type;
	int32     numels;
Object(Array)


#endif //_ARRAY_H_