// this method sets the delimiter character used in an ascii sof file
//
logical_1 Sof::set_delimiter_cc(char_1 value_a) {
// this method replaces all environment variables and other such
// things in a string with their equivalent expansions.
//
logical_1 Sof::expand_cc(char_1* o_name_a, char_1* i_name_a) {
// this function gets the command-line parameters for a utility
//
logical_1 get_params_cc(int argc_a, char** argv_a,
int_4& mode_a, int_4& dbg_level_a) {