ctai/3rdparty/cmark-gfm/api_test/cplusplus.h
2025-03-07 22:11:10 +08:00

17 lines
218 B
C

#ifndef CMARK_API_TEST_CPLUSPLUS_H
#define CMARK_API_TEST_CPLUSPLUS_H
#include "harness.h"
#ifdef __cplusplus
extern "C" {
#endif
void test_cplusplus(test_batch_runner *runner);
#ifdef __cplusplus
}
#endif
#endif