shithub: mc

ref: fd1b8b6f31b7a8c2705c3ac01e46fd707c0d3c9e
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)
;;