shithub: mc

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

View raw version
use "syswrap"

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