comparison include/Run.h @ 3:8b4d6bf8c43d

add entry_head function
author yutaka@localhost.localdomain
date Wed, 07 Apr 2010 17:35:34 +0900
parents 68a98d68d62a
children
comparison
equal deleted inserted replaced
2:1e1b0d280427 3:8b4d6bf8c43d
1 void run(void *in, void *out, int data_length); 1 #ifndef INCLUDED_RUN
2 #define INCLUDED_RUN
3
4 void run(void *in, void *out, int size_in, int size_out);
5
6 #endif