tld_strerror (3) Linux Manual Page
tld_strerror – API function Synopsis #include <tld.h> const char *tld_strerror(Tld_rc rc); Arguments Tld_rc rc tld return code Description Convert a return code integer to a text string. This string can be used to output a diagnostic message to the user. Tld_Success Successful operation. This value is guaranteed to always be zero, the remaining ones are…
