shithub: mc

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

View raw version
use "syswrap"

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