Files
mercury/samples/c_interface/simpler_cplusplus_calls_mercury
Fergus Henderson 7d780ffe2a #include "mercury_init.h" instead of "init.h".
Estimated hours taken: 0.25

samples/c_interface/simpler_cplusplus_calls_mercury/cpp_main.cc:
	#include "mercury_init.h" instead of "init.h".
1998-09-02 06:49:19 +00:00
..

This directory contains an example program with a C++ main() function
where C++ calls Mercury.  This interface is simpler than having a
Mercury main/2 call a cpp_main() function which then calls back Mercury.