Displaying 1 result from an estimated 1 matches for "file_in_format".
2004 Mar 17
1
best methods for strings and structures?
...ing
a file that contains:
struct CONFIG_RECORD
{
char coeffs_filename[256];
char species_filename[256];
unsigned long use_random_error;
unsigned long random_seed;
unsigned long endemic_mortality;
unsigned long sdi_mortality;
unsigned long file_in_format;
unsigned long file_out_format;
double fixed_plot_radius;
double min_prism_dbh;
double baf;
unsigned long max_sample_size;
unsigned long use_precip_in_hg;
};
with an internal function and I'm building the return object using the
followin...