shithub: mc

ref: 3ec895664e76bd357845402831cf41506a0b280d
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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