shithub: mc

ref: 0de076266f9f82aed32303650b469cf287cb98f2
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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