-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathunitsrtl.adp
More file actions
49 lines (44 loc) · 1.5 KB
/
unitsrtl.adp
File metadata and controls
49 lines (44 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<master>
<property name="title"><trn key="website.unitsrtl.title" locale="en_US">Free Pascal - Runtime Library Units</trn></property>
<property name="entry">units</property>
<property name="subentry">unitsrtl</property>
<property name="header"><trn key="website.unitsrtl.header" locale="en_US">Runtime Library Units</trn></property>
<ul>
<trn key="website.unitsrtl.standard" locale="en_US">
<li><h3>The standard units</h3></li>
<ul>
<li><a href="docs/ref/ref@x@#system">System</a></li>
<li><a href="docs/units/units@x@#strings">Strings</a></li>
<li><a href="docs/units/units@x@#dos">Dos</a></li>
<li><a href="docs/units/units@x@#crt">Crt</a></li>
<li><a href="docs/units/units@x@#printer">Printer</a></li>
</ul>
</trn>
<trn key="website.unitsrtl.i386" locale="en_US">
<li><h3>i386 specific units</h3></li>
<ul>
<li><a href="docs/units/units@x@#getopts">Getopts</a></li>
<li><a href="docs/units/units@x@#mmx">MMX</a></li>
</ul>
</trn>
<trn key="website.unitsrtl.go32v2" locale="en_US">
<li><h3>Go32v2 and Go32v1 specific units</h3></li>
<ul>
<li><a href="docs/units/units@x@#go32">Go32</a></li>
<li><a href="docs/units/units@x@#graph">Graph</a></li>
</ul>
</trn>
<trn key="website.unitsrtl.linux" locale="en_US">
<li><h3>Linux specific units</h3></li>
<ul>
<li><a href="docs/units/units@x@#linux">Linux</a></li>
<li><a href="docs/units/units@x@#sockets">Sockets</a></li>
</ul>
</trn>
<trn key="website.unitsrtl.os2" locale="en_US">
<li><h3>OS/2 specific units</h3></li>
<ul>
None yet
</ul>
</trn>
</ul>