shithub: mc

ref: a277cea8fabeb3ec38484ffc461ae86e5fd8f9b5
dir: /lib/std/memops.myr/

View raw version
use "types"

pkg std =
	pkglocal extern const memblit	: (src : byte#, dst : byte#, len : std.size -> void)
	pkglocal extern const memfill	: (src : byte#, val : byte, len : std.size -> void)
;;