shithub: mc

ref: 2fecc0b35b964469479c81cab2ebf5359f2bab89
dir: /libstd/syswrap-ss+posixy-osx.myr/

View raw version
use sys

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

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