mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-05 12:12:33 +02:00
13 lines
289 B
ObjectPascal
13 lines
289 B
ObjectPascal
{****************************************************************************
|
|
|
|
Copyright (c) 1999-2000 by Florian Kl„mpfl
|
|
|
|
****************************************************************************}
|
|
unit pm;
|
|
|
|
interface
|
|
|
|
implementation
|
|
|
|
end.
|