shithub: mc

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

View raw version
use "syswrap"

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