libtrbase  1.0.2
Web server and task management solution.
trbase.h
Go to the documentation of this file.
1 #ifndef __TR_BASE_H__
2 #define __TR_BASE_H__
3 
4 #include "tr/commons.h"
5 #include "tr/memory.h"
6 #include "tr/class.h"
7 #include "tr/logger.h"
8 #include "tr/timer.h"
9 #include "tr/print_trace.h"
10 #include "tr/sized_data.h"
11 #include "tr/math.h"
12 #include "tr/interface.h"
13 #include "tr/interface/class.h"
14 #include "tr/interface/subject.h"
15 #include "tr/interface/observer.h"
17 #include "tr/interface/indexable.h"
18 #include "tr/interface/logger.h"
19 
20 const char * const TR_base_version(void);
21 
22 #endif // __TR_BASE_H__
23 
24 // vim: set ts=4 sw=4:
const char *const TR_base_version(void)
Definition: version.c:4