shithub: mc

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

View raw version
use "syswrap"

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