shithub: mc

ref: 930e65474d00875474af8b2a1ca3aaae9d46cace
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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