shithub: mc

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