shithub: mc

ref: 3fe8f058c4ae3f84ef931b61ff667ef93dc741ab
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
;;