acl  3.5.3.0
acl_unit_test.h
浏览该文件的文档.
1 #ifndef ACL_UNIT_TEST_INCLUDE_H
2 #define ACL_UNIT_TEST_INCLUDE_H
3 
4 # ifdef __cplusplus
5 extern "C" {
6 # endif
7 
8 #include "acl_test_struct.h"
9 #include "acl_test_global.h"
10 #include "acl_test_var.h"
11 #include "acl_test_macro.h"
12 
13 # ifdef __cplusplus
14 }
15 # endif
16 
17 #endif
18