Files
mercury/samples/c_interface
Julien Fischer dbaa88605a Minor cleanups and fixes for standalone C sample.
samples/c_interface/standalone_c/Makefile:
    Fix grammar in a couple of spots.

    Use ':=' in place of '=' in some assignments.

samples/c_interface/standalone_c/c_main.c:
    Fix grammar in a couple of spots.

    Do not say that access to Mercury mutables from C is currently
    not thread safe; it will never be thread without the programmer
    putting in their own synchronization.
2026-02-07 16:16:48 +11:00
..
2022-01-20 03:42:56 +11:00

Mercury C Interface Examples

This directory contains some examples of mixed Mercury/C/C++/Fortran programs using the foreign language interface.