mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 11:54:02 +00:00
samples/c_interface/simpler_c_calls_mercury/c_main.m:
samples/c_interface/simpler_cplusplus_calls_mercury/cpp_main.m:
As above.
11 lines
396 B
Mathematica
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.
|