shithub: mc

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