GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
cdhc/local_proto.h
Go to the documentation of this file.
1 #ifndef __LOCAL_PROTO_H__
2 #define __LOCAL_PROTO_H__
3 
4 
5 /* qsort() comparison function */
6 int dcmp(const void *, const void *);
7 
8 /* misc internal support functions */
9 void wcoef(double[], int, int, double *, int *);
10 void wgp(double[], int, double, double, double, double[],
11  int, double, double, double, double, int *);
12 void nscor2(double[], int, int, int *);
13 void wext(double[], int, double, double[], int, double,
14  double *, double *, int *);
15 
16 double alnorm(double, int);
17 double enormp(double);
18 double normp(double);
19 double xinormal(double);
20 
21 double ppn7(double);
22 double ppnd16(double);
23 
24 
25 #endif /* __LOCAL_PROTO_H__ */