mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-06 16:06:13 +02:00
20 lines
693 B
Plaintext
20 lines
693 B
Plaintext
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
|