shithub: mc

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

View raw version
use "syswrap"

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