shithub: mc

ref: d798a21d16cbd1d866752fbde81871012a789ea8
dir: /lib/std/sjlj.myr/

View raw version
pkg std =
	type jmpbuf = struct
		regs	: uint64[8]
	;;

	extern const setjmp	: (jb : jmpbuf# -> bool)
	extern const longjmp	: (jb : jmpbuf# -> void)
;;