shithub: mc

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

View raw version
use "syswrap"

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