shithub: mc

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