shithub: mc

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

View raw version
use "syswrap"

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