shithub: mc

ref: 3c1277e37fbaea87d770d4a64a5029c4a693bb63
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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