shithub: mc

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

View raw version
use "syswrap"

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