Add files via upload

initial commit
This commit is contained in:
Stefan Koelle
2025-01-03 19:58:23 +01:00
committed by GitHub
parent 46d5d996ea
commit 91bbfc05fb
14 changed files with 774 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
unit pho_u;
INTERFACE
procedure phopic;
procedure phopal;
IMPLEMENTATION
procedure phopic;external
{$L phopic.obj};
procedure phopal;external
{$L phopal.obj};
begin
end.