Added one test case and three api functions. The test will run but WQ result is not accurate.

This commit is contained in:
JinduanChen
2013-01-23 00:35:11 -05:00
parent 2e22456896
commit c622ad66b4
3 changed files with 209 additions and 0 deletions

11
src/lemontiger.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef LEMONTIGER_H
#define LEMONTIGER_H
int ENopeninitHQ();
int ENrunstepHQ(long*, long*);
int ENcloseHQ();
#endif