mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-18 00:55:59 +02:00
![]() (allows to compile pp in one call without reaching the 64Mb limit of Windows 95 dos box) * corrected so typo errors |
||
---|---|---|
.. | ||
astrings.pp | ||
except.inc | ||
file.inc | ||
filerec.inc | ||
getopts.pp | ||
heap.inc | ||
heaph.inc | ||
heaptrc.pp | ||
innr.inc | ||
lstrings.pp | ||
makefile.inc | ||
mathh.inc | ||
objects.pp | ||
platform.inc | ||
readme | ||
real2str.inc | ||
rtti.inc | ||
sstrings.inc | ||
system.inc | ||
systemh.inc | ||
text.inc | ||
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