shithub: mc

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