shithub: mc

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

View raw version
use "syswrap"

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