shithub: mc

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

View raw version
use "syswrap"

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