search for: coeffs_filenam

Displaying 1 result from an estimated 1 matches for "coeffs_filenam".

Did you mean: coeffs_filename
2004 Mar 17
1
best methods for strings and structures?
...;m trying to generate an R interface for a library that's commonly used and I'm currently writing wrapper functions for file i/o and return an object (list?) that contains the elements of the C structure. For example, reading 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_...