view include/Run.h @ 8:ec2c1003f9b6 default tip

fix mandel
author yutaka@localhost.localdomain
date Mon, 12 Apr 2010 23:58:19 +0900
parents 8b4d6bf8c43d
children
line wrap: on
line source

#ifndef INCLUDED_RUN
#define INCLUDED_RUN

void run(void *in, void *out, int size_in, int size_out);

#endif