Copyright (c) Hyperion Entertainment and contributors.
AmigaOS Manual: External Function Libraries: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Added a list of shared libraries which have an ARexx function host interface. |
Steven Solie (talk | contribs) No edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
! style="text-align:left;" | Entry Point |
! style="text-align:left;" | Entry Point |
||
|- |
|- |
||
| amigaguide. |
| amigaguide.library [http://wiki.amigaos.net/amiga/autodocs/amigaguide.doc.txt] || On-line help functions || -30 |
||
|- |
|- |
||
| locale.library || System localization functions || -30 |
| locale.library [http://wiki.amigaos.net/amiga/autodocs/locale.doc.txt] || System localization functions || -30 |
||
|- |
|- |
||
| [[AmigaOS_Manual:_ARexx_Functions#REXXMathLib.Library_Functions|rexxmathlib.library]] || Transcendental functions|| -30 |
|||
⚫ | |||
|- |
|||
⚫ | |||
|} |
|} |
||
Before use |
Before use, libraries must be opened with the [[AmigaOS_Manual:_ARexx_Functions#ADDLIB.28.29|ADDLIB]] function. |
Latest revision as of 19:16, 27 October 2016
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 |
rexxmathlib.library | Transcendental functions | -30 |
rexxsupport.library | Memory, message port, and file system related functions | -30 |
Before use, libraries must be opened with the ADDLIB function.