1 | /* link to hbook */
|
---|
2 | /* CMV 94 */
|
---|
3 |
|
---|
4 | #ifndef HBOOK_H_SEEN
|
---|
5 | #define HBOOK_H_SEEN
|
---|
6 |
|
---|
7 | #ifdef __cplusplus
|
---|
8 | extern "C" {
|
---|
9 | #endif
|
---|
10 |
|
---|
11 | void hbandx_(int_4 *,float *,float *,float *);
|
---|
12 | void hbandy_(int_4 *,float *,float *,float *);
|
---|
13 |
|
---|
14 | void hbarx_(int_4 *);
|
---|
15 | void hbary_(int_4 *);
|
---|
16 |
|
---|
17 | void hbfun1_(int_4 *,char *,int_4 *,float *,float *,float fun(float *),int_4);
|
---|
18 | void hbfun2_(int_4 *,char *,int_4 *,float *,float *,int_4 *,float *,float *
|
---|
19 | ,float fun(float *,float *),int_4);
|
---|
20 | void hbigbi_(int_4 *,int_4 *);
|
---|
21 | void hbook1_(int_4 *,char *,int_4 *,float *,float *,float *,int_4);
|
---|
22 | void hbook2_(int_4 *,char *,int_4 *,float *,float *
|
---|
23 | ,int_4 *,float *,float *,float *,int_4);
|
---|
24 | void hbpro_(int_4 *,float *);
|
---|
25 | void hbprof_(int_4 *,char *,int_4 *,float *,float *
|
---|
26 | ,float *,float *,char *,int_4,int_4);
|
---|
27 | void hbprox_(int_4 *,float *);
|
---|
28 | void hbproy_(int_4 *,float *);
|
---|
29 | void hbslix_(int_4 *,int_4 *,float *);
|
---|
30 | void hbsliy_(int_4 *,int_4 *,float *);
|
---|
31 | void hcdir_(char *,char *,int_4,int_4);
|
---|
32 | void hdelet_(int_4 *);
|
---|
33 | void hfill_(int_4 *,float *,float *,float *);
|
---|
34 | void hfithn_(int_4 *,char *,char *,int_4 *,float *
|
---|
35 | ,float *,float *,float *,float *,float *,int_4,int_4);
|
---|
36 | void hfn_(int_4 *,float *);
|
---|
37 | void hfunc_(int_4 *,float fun(float *));
|
---|
38 | void hgive_(int_4 *,char *,int_4 *,float *,float *
|
---|
39 | ,int_4 *,float *,float *,int_4 *,int_4 *);
|
---|
40 | void hgn_(int_4 *,int_4 *,int_4 *,float *,int_4 *);
|
---|
41 | void hgnf_(int_4 *,int_4 *,float *,int_4 *);
|
---|
42 | void hgnpar_(int_4 *,char *,int_4);
|
---|
43 | float hi_(int_4 *,int_4 *);
|
---|
44 | void hidopt_(int_4 *,char *,int_4);
|
---|
45 | float hie_(int_4 *,int_4 *);
|
---|
46 | float hif_(int_4 *,int_4 *);
|
---|
47 | float hij_(int_4 *,int_4 *,int_4 *);
|
---|
48 | void hijxy_(int_4 *,int_4 *,int_4 *,float *,float *);
|
---|
49 | void hix_(int_4 *,int_4 *,float *);
|
---|
50 | void hldir_(char *,char *,int_4,int_4);
|
---|
51 | void hmdir_(char *,char *,int_4,int_4);
|
---|
52 | float hmax_(int_4 *);
|
---|
53 | void hmaxim_(int_4 *,float *);
|
---|
54 | float hmin_(int_4 *);
|
---|
55 | void hminim_(int_4 *,float *);
|
---|
56 | void hnorma_(int_4 *,float *);
|
---|
57 | void hnoent_(int_4 *,int_4 *);
|
---|
58 | void hpak_(int_4 *,float *);
|
---|
59 | void hpake_(int_4 *,float *);
|
---|
60 | void hprint_(int_4 *);
|
---|
61 | void hrend_(char *,int_4);
|
---|
62 | void hrin_(int_4 *,int_4 *,int_4 *);
|
---|
63 | float hrndm1_(int_4 *);
|
---|
64 | void hrndm2_(int_4 *,float *,float *);
|
---|
65 | void hropen_(int_4 *,char *,char *,char *,int_4 *,int_4 *,int_4,int_4,int_4);
|
---|
66 | void hrout_(int_4 *,int_4 *,char *,int_4);
|
---|
67 | void hscale_(int_4 *,float *);
|
---|
68 | float hstati_(int_4 *,int_4 *,char *,int_4 *,int_4);
|
---|
69 | float hsum_(int_4 *);
|
---|
70 | void hunpak_(int_4 *,float *,char *,int_4 *,int_4);
|
---|
71 | void hunpke_(int_4 *,float *,char *,int_4 *,int_4);
|
---|
72 | float hx_(int_4 *,float *);
|
---|
73 | float hxe_(int_4 *,float *);
|
---|
74 | float hxi_(int_4 *,float *,int_4 *);
|
---|
75 | float hxyij_(int_4 *,float *,float *,int_4 *,int_4 *);
|
---|
76 | float hxy_(int_4 *,float *,float *);
|
---|
77 |
|
---|
78 | #ifdef __cplusplus
|
---|
79 | }
|
---|
80 | #endif
|
---|
81 |
|
---|
82 | #endif
|
---|
83 |
|
---|