From 00f5fae811ad66827689303e935037809f10b444 Mon Sep 17 00:00:00 2001 From: carl Date: Fri, 12 Feb 1999 16:20:06 +0000 Subject: [PATCH] + updates to reflect directory --- rtl/template/readme | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/rtl/template/readme b/rtl/template/readme index 19a2ced529..a2b6ec647e 100644 --- a/rtl/template/readme +++ b/rtl/template/readme @@ -1,7 +1,10 @@ -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 directory contains : - strings.pp ( pchar handling written entirely in pascal by Carl-Eric Codere) +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