mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
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.
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.