shithub: mc

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