Allocate a unique library number for a dynamically registered error library.
Synopsis
Declared in <openssl/err.h>
int
ERR_get_next_error_library();
Return Value
New ERR_LIB_* style library index for use with ERR_load_strings().
Created with MrDocs