logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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