shithub: mc

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

View raw version
use "syswrap"

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