Files
mercury/samples/c_interface/simpler_cplusplus_calls_mercury
Fergus Henderson 2c4bd735b4 Add comment "This source file is hereby placed in the public domain".
Estimated hours taken: 0.25

samples/*:
	Add comment "This source file is hereby placed in the public domain".
1997-09-10 11:01:12 +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.