fpc/rtl/inc
1998-05-21 11:55:59 +00:00
..
astrings.pp * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
complex.pp * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
file.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
filerec.inc * works with all OS 1998-05-21 11:55:59 +00:00
getopts.pp * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
heaph.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
innr.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
lstrings.pp * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
makefile.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
mathh.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
readme * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
real2str.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
sstrings.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
system.inc * test commit. Shouldn't be allowed. 1998-05-20 11:23:09 +00:00
systemh.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
text.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
textrec.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
typefile.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
version.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00

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:

complex.pp	Complex functions using operator overloading
getops.pp	Pascal implementation of the GNU Getops