shithub: mc

ref: 005ab9c7832c3241eecdfe0ba122b129ee8946e1
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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