shithub: mc

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

View raw version
use "syswrap"

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