shithub: mc

ref: 1342e9853431adbf651c5a867396c02f87d51144
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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