shithub: mc

ref: 444b77956c15d1895a64891ca16f8313fdb00b9c
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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