shithub: mc

ref: 890ecfa3dc504d7f302faab58722cc196dd0979f
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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