char *mi_lo_to_string(LO_hdl)
MI_LO_HANDLE *LO_hdl;
The mi_lo_to_string( ) function converts the LO handle that LO_hdl references to its text representation. The mi_lo_to_string( ) function allocates a character string with the current memory duration. Use mi_free( ) to free this character string when it is no longer needed.
See also the description of mi_lo_from_string( ).