/* files.h */ int show_file_type( void ); int read_file( char *fname, double *ddata, float *fpar, char fstring[][STRSIZE], char *fnote0, char *fnote1, char *fnote2 ); int write_file( int, char *fname, double *ddata, float *fpar, char fstring[][STRSIZE], char *fnote0, char *fnote1, char *fnote2 );