@ -58,6 +58,9 @@ function os.getenv(k) -- gets a process' *k* environment variable
return tTasks[cPid].e[k]
end
function os.getTimeout()
return nTimeout
function os.setTimeout(n)
if type(n) == "number" and n >= 0 then
nTimeout = n