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
+8
View File
@@ -0,0 +1,8 @@
unit pho_u2;
INTERFACE
procedure phofnt;
IMPLEMENTATION
procedure phofnt;external
{$L phofnt.obj};
begin
end.