shithub: mc

ref: 2ffd051d75978386e2c63b5d0812dd9be982c38c
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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