fpc/rtl/inc
1998-07-08 11:56:55 +00:00
..
astrings.pp + Added Public,Alias directives for some calls 1998-07-06 14:29:08 +00:00
file.inc
filerec.inc
getopts.pp
heaph.inc Reinstated the heapsize function. 1998-07-02 14:11:30 +00:00
innr.inc
lstrings.pp
makefile.inc
mathh.inc
objects.pp * make it compiler for win32 and m68k 1998-07-07 13:29:48 +00:00
platform.inc
readme
real2str.inc
rtti.inc
sstrings.inc
system.inc * randon and Random(l) now work correctly - don't touch it works! 1998-07-08 11:56:55 +00:00
systemh.inc
text.inc Added length checking for string reading 1998-07-06 15:56:43 +00:00
textrec.inc
typefile.inc
ucomplex.pp
version.inc

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