00001
00002 #ifndef PROTO_INC
00003 #define PROTO_INC
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025
00026 int pdscom(char *);
00027
00028 int pdsdone(int, int, int, double, double *, double *, double *,
00029 double, double, double, double, int, int, char *, int);
00030
00031 int depth(int, int, int);
00032
00033 int pdseql(int, double, double *);
00034
00035 int pdsget(int, FILE *, int *, double *, int *, char *);
00036
00037 int pdsglb(int, double *, double *, char *);
00038
00039 int pdsgop(double *, int, double *, char *);
00040
00041 int pdshrk(int, int, int *, int *);
00042
00043 int make_search(int, int, int *, int *, int *, int *, int *, int *,
00044 int *);
00045
00046 double pdslen(int, int, double *, double, double *);
00047
00048 int order(int, int *, int *);
00049
00050 int quick(int, int *, int *);
00051
00052 int pdsrgt(int, double, double *);
00053
00054 int pdscld(int, double, double *);
00055
00056 int sort(int, int *, int *, int *, int *);
00057
00058 int writes(int, int, int, int, int, int *, int *);
00059
00060 int pdsdgn(int, double *, double *, double *, double *, int *, double *);
00061
00062 int pdsupd(long int, int, int, int *, double *, double *, double);
00063
00064 #ifdef __cplusplus
00065 }
00066 #endif
00067
00068
00069
00070 #endif