shithub: mc

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

View raw version
use "syswrap"

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