shithub: mc

ref: 8703e529a235c8315b6a25d5242a134456da0209
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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