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