shithub: mc

ref: 014aa4aeac90436d5d3f69acf37fd9a830630714
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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