#include <stdio.h>
#include <string.h>
#include "cproj.h"
Defines | |
#define | TRUE 1 |
#define | FALSE 0 |
Functions | |
long | init (long ipr, long jpr, char *efile, char *pfile) |
void | close_file () |
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 A, char *S) |
void | pblank () |
void | p_error (char *what, char *where) |
Variables | |
static long | terminal_p |
static long | terminal_e |
static long | file_p |
static long | file_e |
static FILE * | fptr_p |
static FILE * | fptr_e |
static char | parm_file [256] |
static char | err_file [256] |
#define FALSE 0 |
#define TRUE 1 |
void cenlat | ( | double | A | ) |
void cenlon | ( | double | A | ) |
void cenlonmer | ( | double | A | ) |
void close_file | ( | ) |
void genrpt | ( | double | A, | |
char * | S | |||
) |
void genrpt_long | ( | long | A, | |
char * | S | |||
) |
long init | ( | long | ipr, | |
long | jpr, | |||
char * | efile, | |||
char * | pfile | |||
) |
void offsetp | ( | double | A, | |
double | B | |||
) |
void origin | ( | double | A | ) |
void p_error | ( | char * | what, | |
char * | where | |||
) |
void pblank | ( | ) |
void ptitle | ( | char * | A | ) |
void radius | ( | double | A | ) |
void radius2 | ( | double | A, | |
double | B | |||
) |
void stanparl | ( | double | A, | |
double | B | |||
) |
void stparl1 | ( | double | A | ) |
char err_file[256] [static] |
long file_e [static] |
long file_p [static] |
FILE* fptr_e [static] |
FILE* fptr_p [static] |
char parm_file[256] [static] |
long terminal_e [static] |
long terminal_p [static] |