florian 41efdfd57d * some ansistring fixes 27 years ago
..
astrings.pp 41efdfd57d * some ansistring fixes 27 years ago
except.inc cc290ede1a * the raise helper routine get the exception object call by value 27 years ago
file.inc 1e3a448793 * new eof,eoln,seekeoln,seekeof 27 years ago
filerec.inc 4620a73a9b * FPC_ names 27 years ago
getopts.pp 972218d22f * some fixes with indexes 27 years ago
heap.inc 4620a73a9b * FPC_ names 27 years ago
heaph.inc 53dcf00218 * moved getmem/freemem/memavail/maxavail to heaph.inc 27 years ago
innr.inc 4620a73a9b * FPC_ names 27 years ago
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
makefile.inc 4620a73a9b * FPC_ names 27 years ago
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 years ago
objects.pp b136b62127 * removed some warnings 27 years ago
platform.inc eb39182b3b * objects compiles for linux 27 years ago
readme 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 years ago
real2str.inc de0a5038f9 * splitted default_extended from support_extended 27 years ago
rtti.inc cd56bb15c3 *** empty log message *** 27 years ago
sstrings.inc 4620a73a9b * FPC_ names 27 years ago
system.inc ac4ac905aa Added AbstractErrorHandler 27 years ago
systemh.inc 41efdfd57d * some ansistring fixes 27 years ago
text.inc 5ae64603db * fixed a bug introduced by my previous update 27 years ago
textrec.inc 4620a73a9b * FPC_ names 27 years ago
typefile.inc 4620a73a9b * FPC_ names 27 years ago
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 years ago
version.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago

readme

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