Skip to content

dll_strerr

Taras Maliukh edited this page Apr 11, 2020 · 1 revision

Synopsis:

char *dll_strerr(dll_errno_t err_num);

Description:

Get an error message corresponding to err_num error code

Return value:

Error message string. UB if for given err_num no specified any error message

Clone this wiki locally