Files
mercury/samples/c_interface/simpler_c_calls_mercury
Julien Fischer 0cd62edc7c Clean-ups and fixes for the C interface examples.
samples/c_interface/*:
    Replace left over references to the old c_header_code pragma.

    Replace some uses of '__' as a module qualifier.

    Replace tabs with spaces.

    Add some missing words.
2023-02-25 12:53:26 +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 c_main()
function which then calls back Mercury.