shithub: mc

ref: 6c8c2b6b32f8b567703dea1aed5ea1fc9e5caf23
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 */
;;