fpc/rtl/inc/readme
peter e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported
+ strpas, strlen are now exported in the systemunit
  * removed logs
  * removed $ifdef ver_above
1998-05-12 10:42:41 +00:00

20 lines
691 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:
complex.pp Complex functions using operator overloading
getops.pp Pascal implementation of the GNU Getops