shithub: mc

ref: 3e8a232eae0fa165d8045f73657d5259e3ad078c
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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