shithub: mc

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

View raw version
use "syswrap"

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