mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 23:29:29 +02:00
.. | ||
astrings.pp | ||
complex.pp | ||
cpne.pp | ||
file.inc | ||
filerec.inc | ||
heaph.inc | ||
innr.inc | ||
lstrings.pp | ||
makefile | ||
mathh.inc | ||
readme | ||
real2str.inc | ||
sstrings.inc | ||
system.inc | ||
systemh.inc | ||
text.inc | ||
textrec.inc | ||
typefile.inc | ||
version.inc |
This directory contains only RTL parts independent of the processor and of the operating system. The 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.