Synopsis
char *ctl_strerror(CTL_STATUS_t code);
Description

ctl_strerror decode the error code code using error decoders registered with the CrossWorks runtime library.

Note

ctl_strerror differs from the standard strerror function in that the return type is const char * rather than char *.

Thread Safety

ctl_strerror is thread-safe.