mirror of
https://github.com/skoelle/dos-phobia-welcome-intro.git
synced 2026-09-17 20:50:24 +00:00
10 lines
254 B
ObjectPascal
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. |