OSDN Git Service

rebuild: for X86LINUX64/X86LINUX64ICC
[eos/base.git] / src / Objects / General / eosFunc / doc / eosFunc.html
1 <HR>
2 <A NAME="Information">
3 <H2>Information from source codes</H2>
4 </A>
5 <PRE>
6 ../src/eosFunc.c:
7 </PRE>
8 <HR>
9 <A NAME="include">
10 <H2>eosFunc.h</H2>
11 </A>
12 <PRE>
13 /*
14 # eosFunc.h : $Revision$  
15 # $Date$ 
16 # Created by $Author$
17 # Usage : eosFunc.h 
18 # Attention
19 #   $Loccker$
20 #       $State$ 
21 #
22 */
23 /* $Log$ */
24 #ifndef EOS_FUNC_H 
25 #define EOS_FUNC_H 
26
27 #include <stdio.h>
28
29 /* constant begin */
30
31
32 /* constant end */
33
34 /* struct begin */
35
36
37 /* struct end */
38
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42
43 /* prototype begin */
44
45 double eosSinc(double x);
46 double eosRect(double x, double xmax);
47
48 /* prototype end */
49
50 #ifdef __cplusplus
51 };
52 #endif
53
54 #endif  /* EOS_FUNC_H */ 
55 </PRE>