shithub: mc

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

View raw version
use "syswrap"

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