freebsd-ports/misc/gctpc/files/report.h
Maxim Sobolev d819cdda38 Add gctpc 1.3, an USGS General Cartographic Transformation Package
(GCTP).

PR:		26927
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2001-05-31 12:45:33 +00:00

55 lines
679 B
C

#ifndef INCLUDED_REPORT_H
#define INCLUDED_REPORT_H
// Functions declartions for report.cc.
// Was not provided in the original gctpc distribution.
int
init(long int ipr, long int jpr, char *efile, char *pfile);
void
close_file(void);
void
ptitle(char *A);
void
radius(double A);
void
radius2(double A, double B);
void
cenlon(double A);
void
cenlonmer(double A);
void
cenlat(double A);
void
origin(double A);
void
stanparl(double A, double B);
void
stparl1(double A);
void
offsetp(double A, double B);
void
genrpt(double A, char *S);
void
genrpt_long(long int A, char *S);
void
pblank(void);
void
p_error(char *what, char *where);
#endif // INCLUDED_REPORT_H