Files
mercury/samples/c_interface/simpler_cplusplus_calls_mercury/cpp_main.m
Julien Fischer 90ceef4065 Add missing interface declarations.
samples/c_interface/simpler_c_calls_mercury/c_main.m:
samples/c_interface/simpler_cplusplus_calls_mercury/cpp_main.m:
    As above.
2022-03-25 12:24:00 +11:00

11 lines
396 B
Mathematica

%-----------------------------------------------------------------------------%
% This source file is hereby placed in the public domain. -stayl (the author).
%
% This empty module is used to give the executable produced
% by mmake the correct name.
%-----------------------------------------------------------------------------%
:- module cpp_main.
:- interface.
:- import_module mercury_lib.