shithub: mc

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

View raw version
use "syswrap"

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