shithub: mc

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