OSDN Git Service

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