1 #ifndef __USER_H__
2 #define __USER_H__
3 
4 int translate_oct();
5 int interp_call();
6 int INPUT();
7 int OUTGR();
8 int min1();
9 int max1();
10 double amax1();
11 double amin1();
12 double erfr();
13 double crs();
14 double crsd();
15 double crsdr2();
16 double crsdd();
17 void crs_full();
18 int COGRR1();
19 int POINT();
20 int LINEQS();
21 void clean();
22 int point_save();
23 
24 #endif
25