shithub: mc

ref: 51567134bf91de89705a64670abae17514ecc55a
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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