shithub: mc

ref: 0c7eb9f0d093a78520e5cff889dc3fd9d7f6d4c7
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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