shithub: mc

ref: 8c0fab2ccc7f5d5c4a611a4de4078c7af21963da
dir: /libstd/syswrap-ss+posixy-linux.myr/

View raw version
use sys

pkg std =
	const exit	: (status:int -> void)
;;

const exit	= {status;	sys.exit_group(status)}