shithub: mc

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

View raw version
use "syswrap.use"

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