peter d307cedd31 * fixed crt input 27 years ago
..
astrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
complex.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
file.inc eb39182b3b * objects compiles for linux 27 years ago
filerec.inc fae8860440 * works with all OS 27 years ago
getopts.pp eb39182b3b * objects compiles for linux 27 years ago
heaph.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
innr.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
makefile.inc d307cedd31 * fixed crt input 27 years ago
mathh.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
objects.pp eeb1721f9c * Platform.inc -> platform.inc 27 years ago
platform.inc eb39182b3b * objects compiles for linux 27 years ago
readme e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
real2str.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
sstrings.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
system.inc ac974a7634 * test commit. Shouldn't be allowed. 27 years ago
systemh.inc d26106d745 * fixed the optimizes of daniel 27 years ago
text.inc d307cedd31 * fixed crt input 27 years ago
textrec.inc 4496a78375 + working version now ok 27 years ago
typefile.inc eb39182b3b * objects compiles for linux 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:

complex.pp Complex functions using operator overloading
getops.pp Pascal implementation of the GNU Getops