acl/lib_acl/include/experiment/experiment.h

15 lines
179 B
C
Raw Normal View History

#ifndef ACL_EXPERIMENT_INCLUDE_H
2014-11-19 00:25:21 +08:00
#define ACL_EXPERIMENT_INCLUDE_H
#ifdef __cplusplus
extern "C" {
#endif
#define EXPERIMENT 1
#ifdef __cplusplus
}
#endif
#endif