Copyright (c) Hyperion Entertainment and contributors.
Difference between revisions of "AmigaOS Manual: External Function Libraries"
Jump to navigation
Jump to search
m (Added links to amigaguide-, locale-, and rexxsupport library documentation) |
m (Corrected spelling) |
||
Line 11: | Line 11: | ||
| [[AmigaOS_Manual:_ARexx_Functions#REXXSupport.Library_Functions|rexxsupport.library]] || Memory, message port, and filesystem related functions || -30 |
| [[AmigaOS_Manual:_ARexx_Functions#REXXSupport.Library_Functions|rexxsupport.library]] || Memory, message port, and filesystem related functions || -30 |
||
|} |
|} |
||
− | Before use |
+ | Before use, libraries must be opened with the [[AmigaOS_Manual:_ARexx_Functions#ADDLIB.28.29|ADDLIB]] function. |
Revision as of 02:33, 28 October 2015
AmigaOS provides the following external function libraries for ARexx:
Library Name | Description | Entry Point |
---|---|---|
amigaguide.library [1] | On-line help functions | -30 |
locale.library [2] | System localization functions | -30 |
rexxsupport.library | Memory, message port, and filesystem related functions | -30 |
Before use, libraries must be opened with the ADDLIB function.