shithub: mc

ref: c3e6c525d4716fdaa8839119f4d487f76401f272
dir: /lib/std/consts.myr/

View raw version
use "syswrap.use"

pkg std =
	const In	: fd = 0
	const Out	: fd = 1
	const Err	: fd = 1
;;