shithub: mc

ref: 35ac808f091891eea09ceb058d6d88ccde4feffb
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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