Synopsis
CTL_STATUS_t ctl_ms_write_string(CTL_STREAM_t f,
                                 const char *str);
Description

ctl_ms_write_string writes the string pointed to by str to the file f.

Return Value

ctl_ms_write_string returns a standard status code.

Thread Safety

ctl_ms_write_string is thread-safe.