mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-27 08:13:42 +02:00
38 lines
577 B
XML
38 lines
577 B
XML
{
|
|
$Id$
|
|
<partof>
|
|
Copyright (c) 1998 by <yourname>
|
|
|
|
<infoline>
|
|
|
|
See the file COPYING.FPC, included in this distribution,
|
|
for details about the copyright.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
**********************************************************************}
|
|
unit ;
|
|
|
|
interface
|
|
|
|
uses ;
|
|
|
|
const
|
|
|
|
type
|
|
|
|
var
|
|
|
|
implementation
|
|
|
|
end.
|
|
{
|
|
$Log$
|
|
Revision 1.1 1999-02-19 15:37:26 peter
|
|
+ init
|
|
|
|
}
|
|
|