X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=doc%2FObjects%2FeosFunc.html;fp=doc%2FObjects%2FeosFunc.html;h=d184578c1a491056ecd4bb80db9e3376593df92b;hb=159fdcd23501c2ecdac036404a4018fc902655a5;hp=0000000000000000000000000000000000000000;hpb=093f0ecfab2767ec95e9722b0f2d9458e5d7f277;p=eos%2Foptional.git diff --git a/doc/Objects/eosFunc.html b/doc/Objects/eosFunc.html new file mode 100644 index 0000000..d184578 --- /dev/null +++ b/doc/Objects/eosFunc.html @@ -0,0 +1,54 @@ +
+ +

Information from source codes

+
+
+
+
+ +

eosFunc.h

+
+
+/*
+# eosFunc.h : $Revision$  
+# $Date$ 
+# Created by $Author$
+# Usage : eosFunc.h 
+# Attention
+#   $Loccker$
+#  	$State$ 
+#
+*/
+/* $Log$ */
+#ifndef EOS_FUNC_H 
+#define EOS_FUNC_H 
+
+#include 
+
+/* constant begin */
+
+
+/* constant end */
+
+/* struct begin */
+
+
+/* struct end */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* prototype begin */
+
+double eosSinc(double x);
+double eosRect(double x, double xmax);
+
+/* prototype end */
+
+#ifdef __cplusplus
+};
+#endif
+
+#endif  /* EOS_FUNC_H */ 
+