shithub: mc

ref: 8e1b57e6cb50118d28a86115520b7331cc0fdf23
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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