Function gaiaAppendToOutBuffer

Source
pub unsafe extern "C" fn gaiaAppendToOutBuffer(
    buf: gaiaOutBufferPtr,
    text: *const c_char,
)
Expand description

Appends a text string at the end of Text output buffer

\param buf pointer to gaiaOutBufferStruct structure. \param text the text string to be appended.

\sa gaiaOutBufferInitialize, gaiaOutBufferReset

\note You are required to initialize this structure before attempting any further operation: the dynamically growing Text buffer will be automatically allocated and/or extended as required.