shithub: mc

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

View raw version
use "syswrap"

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