shithub: mc

ref: 85434ad4c4b438049f1b55bd681ddea5cd60fbef
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)
;;