shithub: mc

ref: 68266464ce4d9d15698cc036862ce1102c66d75e
dir: /lib/std/memops.myr/

View raw version
use "types.use"

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)
;;