shithub: mc

ref: 65a5ecf2c2105ae46c7862aeb87339287bf08b46
dir: /lib/std/consts.myr/

View raw version
use "syswrap.use"

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