Moved into subfolders

This commit is contained in:
Stefan Koelle
2025-01-03 20:14:10 +01:00
parent 10b9a1d008
commit 1b87dd064f
14 changed files with 770 additions and 770 deletions
+8
View File
@@ -0,0 +1,8 @@
unit pho_u2;
INTERFACE
procedure phofnt;
IMPLEMENTATION
procedure phofnt;external
{$L phofnt.obj};
begin
end.