#include <stdio.h>
#include <string.h>
#define EQ ==
#define NE !=
#define AND &&
#define OR ||
extern int igrad, densi, non_neg, sdip, rads,
optim, extrap, southhemi, updir, auto_scale,
adf, nndup, single_point;
extern double bI, bJ, magx, magy,
magz, horilap, vertlap, nuldat,
magx_auto, magy_auto, magz_auto, horilap_save,
vertlap_save;
extern char tri_file[], error_file[], emsg[];
/*
* Fortran function macro. This macro is used to provide the appropriate
* system-specific C function name for it to be Fortran callable.
*/
#ifndef NGCALLF
#if defined(UNICOS) || defined(NGCAPS)
#define NGCALLF(reg,caps) caps
#elif defined(RS6000) || defined(__hpux)
#define NGCALLF(reg,caps) reg
#else
#ifdef __STDC__
#define NGCALLF(reg,caps) reg##_
#else
#define NGCALLF(reg,caps) reg/**/_
#endif /* __STDC__ */
#endif /* UNICOS else ... */
#endif /* NGCALLF */
void c_nnsetc(char *, char *);
void c_nngetc(char *, char *);
void c_nnseti(char *, int);
void c_nngeti(char *, int *);
extern void ErrorHnd(int, char *, FILE *, char *);
void NGCALLF(nnseti,NNSETI) (char *, int *);
void NGCALLF(nngeti,NNGETI) (char *, int *);