Remove the most recently set error‐stack mark without popping errors.
Synopsis
Declared in <openssl/err.h>
int
ERR_clear_last_mark();
Return Value
1 if a mark was cleared, or 0 if no mark was active.
Created with MrDocs