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