mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 08:50:53 +08:00
15 lines
179 B
C
15 lines
179 B
C
#ifndef ACL_EXPERIMENT_INCLUDE_H
|
|
#define ACL_EXPERIMENT_INCLUDE_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define EXPERIMENT 1
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|