mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
14 lines
189 B
C
14 lines
189 B
C
#ifndef __ZDB_TEST_INCLUDE_H__
|
|
#define __ZDB_TEST_INCLUDE_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void zdb_test_main(const char *cmd);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|