Call a function in a shared library: Difference between revisions

Content deleted Content added
→‎{{header|REXX}}: added more error checking, added comments and whitespace.
m →‎{{header|REXX}}: added a comment to the REXX section header.
Line 1,624:
 
A little extra boilerplate code was added to make sure the return codes were OK.
 
The dropping of functions isn't really necessary for most REXX programs.
<lang rexx>/*REXX program calls a function (sysTextScreenSize) in a shared library (regutil). */