1{
2    This file is part of the Free Pascal run time library.
3    Copyright (c) 2005 by Michael Van Canneyt, Peter Vreman,
4    & Daniel Mantione, members of the Free Pascal development team.
5
6    See the file COPYING.FPC, included in this distribution,
7    for details about the copyright.
8
9    This program is distributed in the hope that it will be useful,
10    but WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
13 **********************************************************************}
14
15unit si_c;
16
17interface
18
19{$i si_intf.inc}
20
21implementation
22
23{$i sysnr.inc}
24{$i si_impl.inc}
25{$i si_c.inc}
26
27end.
28