OSDN Git Service

Merge branch 'master' of git.sourceforge.jp:/gitroot/eos/base
[eos/hostdependX86LINUX64.git] / include / lllDataEquatorAdd.h
1 #ifndef LLLDATA_EQUATOR_ADD_H
2 #define LLLDATA_EQUATOR_ADD_H
3
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <string.h>
7 #include <math.h>                  
8
9 #include "genUtil.h"
10 #include "llData.h"
11
12 /* prototype begin */
13
14 extern void lllDataEquatorAdd(llData* out, llData* in, int mode);
15
16 /* prototype end */
17 #endif /* LLLDATA_EQUATOR_ADD_H */