shithub: mc

ref: c8794878730e4602be2b0de154e8aa8a4d26a491
dir: /types.myr/

View raw version
pkg std =
	type size	= uint64	/* spans entire address space */
	type off	= uint64	/* file offsets */
	type intptr	= uint64	/* can hold any pointer losslessly */
;;