shithub: mc

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

View raw version
use "syswrap"

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