shithub: mc

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

View raw version
use "syswrap"

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