Files
2026-08-04 22:58:39 +02:00

10 lines
254 B
ObjectPascal

{ Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) }
{ Licensed under the MIT License. See LICENSE file in project root for details. }
unit pho_u2;
INTERFACE
procedure phofnt;
IMPLEMENTATION
procedure phofnt;external
{$L phofnt.obj};
begin
end.