logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ERR_clear_error - clear the error queue

Description

ERR_clear_error() empties the current thread's error queue.

Name

       ERR_clear_error - clear the error queue

Return Values

ERR_clear_error() has no return value.

See Also

ERR_get_error(3)

Synopsis

        #include <openssl/err.h>

        void ERR_clear_error(void);

See Also