shithub: mc

ref: 8586a998a576277bd1ff5d1ccd02c4c01224c261
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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