瀏覽代碼

+ updates to reflect directory

carl 27 年之前
父節點
當前提交
00f5fae811
共有 1 個文件被更改,包括 9 次插入6 次删除
  1. 9 6
      rtl/template/readme

+ 9 - 6
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