design_pattern_for_c  V 1.00
dp_util.h
Go to the documentation of this file.
1 
5 #ifndef DPUTIL_H_
6 #define DPUTIL_H_
7 
8 #include "dp_list.h"
9 #include "dp_mutex.h"
10 #include "dp_debug.h"
11 #endif
Utility mutex API for design pattern.
Utility list API for design pattern.
For using debug log.