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

init.h - log4c constructors and destructors

Author

       Generated automatically by Doxygen for log4c from the source code.

log4c                                             Version 1.2.4                                        init.h(3)

Detailed Description

       log4c constructors and destructors

Function Documentation

intlog4c_fini(void)
       destructor

       Returns
           0 for success

   intlog4c_init(void)
       constructor

       Returns
           0 for success

Name

       init.h - log4c constructors and destructors

Synopsis

       #include <log4c/defs.h>
       #include <stdio.h>

   Functions
       int log4c_init (void)
       int log4c_fini (void)

See Also