Files
mercury/samples/c_interface/simpler_cplusplus_calls_mercury
Julien Fischer 5f6981c7de Delete ancient workaround for g++ 2.7.
samples/c_interface/cplusplus_calls_mercury/Mmakefile:
samples/c_interface/mercury_calls_cplusplus/Mmakefile:
samples/c_interface/simpler_cplusplus_calls_mercury/Mmakefile:
     As above.
2023-03-11 14:21:10 +11:00
..
2022-03-25 12:24:00 +11: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.