shithub: mc

ref: 6e6ce5029f094dfac9318672376f639989b072e4
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)}