ref: 68dc8fd88d1fc23d6b882531343b38a8e2c7ac99
dir: /libstd/syswrap-ss+posixy-linux.myr/
use sys pkg std = const exit : (status:int -> void) pkglocal const bgetcwd : (buf : byte[:] -> errno) ;; const exit = {status; sys.exit_group(status)} const bgetcwd = {buf; -> sys.getcwd(buf) castto(errno)}