.TH "version.h" 3 "Version 1.2.4" "log4c" \" -*- nroff -*- .ad l .nh .SH NAME version.h \- log4c version information .SH SYNOPSIS .br .PP \fC#include \fP .br .SS "Macros" .in +1c .ti -1c .RI "#define \fBLOG4C_MAJOR_VERSION\fP 1" .br .ti -1c .RI "#define \fBLOG4C_MINOR_VERSION\fP 2" .br .ti -1c .RI "#define \fBLOG4C_MICRO_VERSION\fP 4" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "const char * \fBlog4c_version\fP (void)" .br .in -1c .SS "Variables" .in +1c .ti -1c .RI "const int \fBlog4c_major_version\fP" .br .ti -1c .RI "const int \fBlog4c_minor_version\fP" .br .ti -1c .RI "const int \fBlog4c_micro_version\fP" .br .in -1c .SH "Detailed Description" .PP log4c version information .SH "Macro Definition Documentation" .PP .SS "#define LOG4C_MAJOR_VERSION 1" constant macro holding the major version of log4c .SS "#define LOG4C_MICRO_VERSION 4" constant macro holding the micro version of log4c .SS "#define LOG4C_MINOR_VERSION 2" constant macro holding the minor version of log4c .SH "Function Documentation" .PP .SS "const char * log4c_version (void)\fC [extern]\fP" .PP \fBReturns\fP .RS 4 a string containing the full log4c version .RE .PP .SH "Variable Documentation" .PP .SS "const int log4c_major_version\fC [extern]\fP" constant variable holding the major version of log4c .SS "const int log4c_micro_version\fC [extern]\fP" constant variable holding the micro version of log4c .SS "const int log4c_minor_version\fC [extern]\fP" constant variable holding the minor version of log4c .SH "Author" .PP Generated automatically by Doxygen for log4c from the source code\&.