shithub: mc

ref: 3805b9556a6ed96cac073dbda26519f3390661ee
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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