shithub: mc

ref: 25bdeed20e3d0915bca71d488b9d7bcda07c4109
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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