Count error‐stack entries above the most recently set mark.

Synopsis

Declared in <openssl/err.h>

int
ERR_count_to_mark();

Return Value

Number of errors pushed since ERR_set_mark(), or 0 if no mark is active.

Created with MrDocs