shithub: mc

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

View raw version
use "syswrap"

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