shithub: mc

ref: 44bd7d2ca3dc2b1a06cc0f4f688c0980d52a296e
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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