.TH "version.h" 3 "Mon May 2 2011" "Version 1.2.1" "log4c" \" -*- nroff -*- .ad l .nh .SH NAME version.h \- .PP log4c version information .SH SYNOPSIS .br .PP \fC#include \fP .br .SS "Defines" .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 1" .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 "Define Documentation" .PP .SS "#define LOG4C_MAJOR_VERSION 1"constant macro holding the major version of log4c .SS "#define LOG4C_MICRO_VERSION 1"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)"\fBReturns:\fP .RS 4 a string containing the full log4c version .RE .PP .SH "Variable Documentation" .PP .SS "const int \fBlog4c_major_version\fP"constant variable holding the major version of log4c .SS "const int \fBlog4c_micro_version\fP"constant variable holding the micro version of log4c .SS "const int \fBlog4c_minor_version\fP"constant variable holding the minor version of log4c .SH "Author" .PP Generated automatically by Doxygen for log4c from the source code.