shithub: mc

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

View raw version
use "syswrap"

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