testing commit

This commit is contained in:
Greg Gauthier 2025-03-15 16:48:33 +00:00
parent 989c858e80
commit c37f29da8f

View File

@ -4,10 +4,10 @@ call RxFuncAdd 'SysGethostname', 'rxunixsys', 'SysGethostname'
call RxFuncAdd 'SysUname', 'rxunixsys', 'SysUname'
*/
If RxFuncQuery("SockDropFuncs") then
do
Do
rc = RxFuncAdd("SockLoadFuncs","rxsock","SockLoadFuncs")
rc = SockLoadFuncs()
end
End
Say 'Hello, World!'
Say "This PID : " || SysGetPid()