RXU: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
RXU is a rich set of REXX functions for OS/2 API. Includes RxMalloc, math functions, library and pipe handling. | RXU is a rich set of REXX functions for OS/2 API. Includes RxMalloc, math functions, library and pipe handling. | ||
Includes UPM, | Includes UPM, Memory management, semaphores, Rexx programming functions, Task/Thread management, multi threaded Rexx programming, DLL handling, etc. INF file is included. | ||
==License== | ==License== | ||
* | *Open Source. BSD 3-Clause | ||
*Author: [[Dave Boll]] | *Author: [[Dave Boll]] | ||
==Links== | ==Links== | ||
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/rexx&file= | * [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/rexx&file=RXU_1-9.zip Version 1.9 / Binaries and Source Code] | ||
* | * [https://github.com/OS2World/LIB-REXX-RXU Source code at Github] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Revision as of 17:29, 2 June 2019
RXU is a rich set of REXX functions for OS/2 API. Includes RxMalloc, math functions, library and pipe handling.
Includes UPM, Memory management, semaphores, Rexx programming functions, Task/Thread management, multi threaded Rexx programming, DLL handling, etc. INF file is included.
License
- Open Source. BSD 3-Clause
- Author: Dave Boll