daceWrite

Function daceWrite 

Source
pub unsafe extern "C" fn daceWrite(
    ina: *const DA,
    strs: *mut c_char,
    nstrs: *mut c_uint,
)
Expand description

Print the DA object ina to string strs (of line length DACE_STRLEN).

ยงArguments

  • ina - Pointer to the DA object to be printed
  • strs - C array of size (nmmax+2)*DACE_STRLEN containing the zero-terminated lines of length DACE_STRLEN
  • nstrs - Pointer where to store the final number of strings printed

The format of the output is written in DACE format which is loosely based on the format used by COSY INFINITY but is not fully compatible to it.