27void GetInt (
int *res,
char *name,
int argc,
char *argv[],
int pos);
28void GetDouble (
double *res,
char *name,
int argc,
char *argv[],
int pos);
29void GetString (
char *res,
char *name,
int argc,
char *argv[],
int pos);
int fWriteDouble(double x, FILE *stream)
int fWrite(char *msg, FILE *stream)
void GetDouble(double *res, char *name, int argc, char *argv[], int pos)
void GetString(char *res, char *name, int argc, char *argv[], int pos)
void GetInt(int *res, char *name, int argc, char *argv[], int pos)
int ReadDouble(double *res, FILE *stream)
int fWriteInt(int n, FILE *stream)
int ReadString(char *res, FILE *stream)
void WriteDouble(double x)
int ReadInt(int *res, FILE *stream)