#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