OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / include / eosFunc.h
1 /*
2 # eosFunc.h : $Revision$  
3 # $Date$ 
4 # Created by $Author$
5 # Usage : eosFunc.h 
6 # Attention
7 #   $Loccker$
8 #       $State$ 
9 #
10 */
11 /* $Log$ */
12 #ifndef EOS_FUNC_H 
13 #define EOS_FUNC_H 
14
15 #include <stdio.h>
16
17 /* constant begin */
18
19
20 /* constant end */
21
22 /* struct begin */
23
24
25 /* struct end */
26
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30
31 /* prototype begin */
32
33 double eosSinc(double x);
34 double eosRect(double x, double xmax);
35
36 /* prototype end */
37
38 #ifdef __cplusplus
39 };
40 #endif
41
42 #endif  /* EOS_FUNC_H */