Initial revision
[AROS-Contrib.git] / development / compilers / freepascal / rtl / unix / initc.pp
blob6df67dfa8ce9516b5b6838c9afe28026ea629eee
2 $Id$
3 This file is part of the Free Pascal run time library.
4 Copyright (c) 1999-2000 by Michael Van Canneyt and Peter Vreman,
5 members of the Free Pascal development team
7 See the file COPYING.FPC, included in this distribution,
8 for details about the copyright.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 **********************************************************************}
15 unit initc;
16 interface
17 {$linklib c}
18 implementation
19 end.
21 $Log$
22 Revision 1.1 2002/02/19 08:26:17 sasu
23 Initial revision
25 Revision 1.1.2.1 2000/09/14 13:38:25 marco
26 * Moved from Linux dir. now start of generic unix dir, from which the
27 really exotic features should be moved to the target specific dirs.
29 Revision 1.1 2000/07/13 06:30:53 michael
30 + Initial import
32 Revision 1.1 2000/02/05 21:53:46 peter
33 * added initc unit dummy