shithub: mc

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

View raw version
use "syswrap"

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