fpc/rtl/template
1999-02-12 16:20:06 +00:00
..
header * updates 1998-09-10 13:55:07 +00:00
Makefile + added warning about TABs 1998-11-24 19:49:32 +00:00
math.inc * updates 1998-09-10 13:55:07 +00:00
readme + updates to reflect directory 1999-02-12 16:20:06 +00:00
rttip.inc
strings.pp * updates 1998-09-10 13:55:07 +00:00
system.pp * sbrk must return -1 on fail 1999-01-18 10:11:10 +00:00

This directory contains :

template files i.e.  files written entirely in pascal  and thus usable 
as a guideline for processor or operating system specific implementations.
(this excludes files from the inc directory which are used by all os/proc's)

strings.pp    Turbo pascal compatible strings unit
math.inc      RTL Mathematical functions (on real type)
rttip.inc     Runtime type information include
system.pp     System unit template