shithub: mc

ref: 80ec974fe1549bf956f40002a7254b5875f978b1
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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