acl  3.5.3.0
experiment.h
浏览该文件的文档.
1 #ifndef ACL_EXPERIMENT_INCLUDE_H
2 #define ACL_EXPERIMENT_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #define EXPERIMENT 1
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif