shithub: mc

ref: 79dc395602898b5f95d701c7650b81d6b5737038
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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