Files
mercury/samples/c_interface/simpler_cplusplus_calls_mercury
Matthias Güdemann 1b1ae35efb fix C macro name in C++ FFI example
This fixes the macro usage for `MR_list_is_empty(list)' in file
`samples/c_interface/simpler_cplusplus_calls_mercury/main.cc`.
2015-03-04 11:05:24 +01:00
..
2015-03-04 11:05:24 +01: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.