shithub: mc

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

View raw version
use "syswrap"

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