Add files via upload

This commit is contained in:
Stefan Koelle
2025-01-04 18:39:33 +01:00
committed by GitHub
parent 85ff662d23
commit b842430a7c
28 changed files with 1677 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
unit amn;
INTERFACE
procedure tcmamn;
procedure tcmpal;
IMPLEMENTATION
procedure tcmamn;external
{$L tcmamn.obj};
procedure tcmpal;external
{$L tcmpal.obj};
begin
end.