shithub: mc

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

View raw version
use "syswrap"

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