GRASS Programmer's Manual
6.4.3(2013)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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__ */
lib
cdhc
local_proto.h
Generated on Sat Oct 5 2013 12:11:08 for GRASS Programmer's Manual by
1.8.4