shithub: mc

ref: 12da19e4d0545514a36f30bd7db39f428cfa67c5
dir: /lib/std/pledge.myr/

View raw version
use sys

pkg std =
	const pledge	: (promise : byte[:], epromise : byte[:] -> void)
;;

const pledge = {promise, epromise
}