shithub: mc

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

View raw version
use "syswrap"

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