Return the newest error code without removing it from the queue.
Synopsis
Declared in <openssl/err.h>
unsigned long
ERR_peek_last_error();
Return Value
Packed error code, or 0 if the queue is empty.
Created with MrDocs