shithub: mc

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