526
523
mach_write_to_8(buf, val);
527
pars_info_add_literal(info, name, buf, 8, DATA_FIXBINARY, 0);
524
pars_info_add_literal(info, name, buf, 8, DATA_BINARY, 0);
529
526
except that the buffer is dynamically allocated from the info struct's
535
532
pars_info_t* info, /*!< in: info struct */
536
533
const char* name, /*!< in: name */
538
535
/****************************************************************//**