[#ERR_peek_error_func] = ERR_peek_error_func :mrdocs: Peek at the earliest error and optionally return its function name. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long ERR_peek_error_func(char const** func); ---- == Return Value Earliest error code, or 0 if the queue is empty (queue unchanged). == Parameters [cols="1,4"] |=== | Name| Description | *func* | Receives the function name string, or unchanged if NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#