16 lines
194 B
C
16 lines
194 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
int stellar_test_result_setup();
|
|
|
|
char *stellar_test_result_json_export();
|
|
|
|
void stellar_test_result_cleanup();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |