/* ** Function prototype for the cpp_main() function defined in cpp_main.c. ** Note: this is a C++ function, but it needs to be declared as ** extern "C" so that it can be called from Mercury. */ #ifdef __cplusplus extern "C" { #endif void cpp_main(void); #ifdef __cplusplus } #endif