shithub: mc

ref: 90dc5f51483723b1cd8604d749ef3158d55c21ca
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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