shithub: mc

ref: 25d91f98a97df36e1da381b273219ceedf256a4d
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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