shithub: mc

ref: 8e6d42ba014b19f789f59ec1ee1576e848f67773
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 */
;;