summaryrefslogtreecommitdiff
path: root/rtl/dragonfly/si_crt.pp
blob: 08e819d8d5a4c4ef5e901c5ddaab83237d6d11e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    This file is part of the Free Pascal run time library.
    Copyright (c) 2005 by Michael Van Canneyt, Peter Vreman,
    & Daniel Mantione, members of the Free Pascal development team.

    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 si_crt;

interface

{$i si_intf.inc}

implementation

{$i sysnr.inc}
{$i si_crt.inc}

end.