fpc/rtl/inc
1999-01-06 13:03:39 +00:00
..
astrings.inc * fixed str() and made it working 1999-01-06 13:03:39 +00:00
except.inc
file.inc * also check fmInput,fmOutput 1998-11-29 23:10:12 +00:00
filerec.inc
getopts.pp
heap.inc * more temp symbols removed 1998-12-16 00:22:24 +00:00
heaph.inc
heaptrc.pp + Removed underscores in heaptrc unit 1998-12-15 23:49:51 +00:00
innr.inc
int64.inc * naming for str(...) routines inserted 1999-01-06 12:25:02 +00:00
lstrings.pp
makefile.inc * fixed length(char) 1998-11-24 17:12:42 +00:00
mathh.inc
objects.pp * Removed on more handle:=-1 statement 1999-01-06 10:11:06 +00:00
readme
real2str.inc
rtti.inc
sstrings.inc * removed temp symbols 1998-12-15 22:42:49 +00:00
system.inc + stdout, which is needed when you write something in the system unit 1998-12-28 15:50:42 +00:00
systemh.inc + stdout, which is needed when you write something in the system unit 1998-12-28 15:50:42 +00:00
text.inc * removed temp symbols 1998-12-15 22:42:49 +00:00
textrec.inc
typefile.inc * more temp symbols removed 1998-12-16 00:22:24 +00:00
ucomplex.pp

This directory contains only RTL parts independent 
of the processor and of the operating system.

The include files contain the following:

system.inc	OS and Processor independent implementation part of system unit.
systemh.inc	Interface part of the system unit.
textrec.inc	Definition of Textrec record.
filerec.inc	Definition of Filerec record.
astrings.pp	AnsiStrings implementation.
lstrings.pp	LongStrings implementation.
sstrings.inc	ShortStrings implementation.
heaph.inc	Declarations of Heap functions.
mathh.inc	Declarations of mathematical functions.	

The unit files are:

ucomplex.pp	Complex functions using operator overloading
getopts.pp	Pascal implementation of the GNU Getops