shithub: mc

ref: 93123de228f52f9294dcba6748d8e8e9a8446335
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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