shithub: mc

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