shithub: mc

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