[#ERR_load_strings] = ERR_load_strings :mrdocs: Register a mutable ERR_STRING_DATA table for library `lib.` == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ERR_load_strings( int lib, xref:ERR_STRING_DATA.adoc[ERR_STRING_DATA]* str); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *lib* | ERR_LIB_* library number the strings belong to. | *str* | Array of {error, string} pairs terminated by {0, NULL}. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#