mirror of
https://github.com/skoelle/dos-tcm-intros.git
synced 2026-09-17 20:30:24 +00:00
13 lines
322 B
ObjectPascal
13 lines
322 B
ObjectPascal
{ Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
Licensed under the MIT License. See LICENSE file in project root for details. }
|
|
unit amn;
|
|
INTERFACE
|
|
procedure tcmamn;
|
|
procedure tcmpal;
|
|
IMPLEMENTATION
|
|
procedure tcmamn;external
|
|
{$L tcmamn.obj};
|
|
procedure tcmpal;external
|
|
{$L tcmpal.obj};
|
|
begin
|
|
end. |