Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmigaOS Manual: External Function Libraries"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Added a list of shared libraries which have an ARexx function host interface.)
 
Line 5: Line 5:
 
! style="text-align:left;" | Entry Point
 
! style="text-align:left;" | Entry Point
 
|-
 
|-
| amigaguide.libary || On-line help functions || -30
+
| amigaguide.library || On-line help functions || -30
 
|-
 
|-
 
| locale.library || System localization functions || -30
 
| locale.library || System localization functions || -30

Revision as of 15:45, 24 October 2015

AmigaOS provides the following external function libraries for ARexx:

Library Name Description Entry Point
amigaguide.library On-line help functions -30
locale.library System localization functions -30
rexxsupport.library Memory, message port, and filesystem related functions -30

Before use library must be opened with the ADDLIB function.