shithub: mc

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

View raw version
use "syswrap"

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