shithub: mc

ref: 05c90edfb988054f51dd360b5459cd0ca81693f8
dir: /libmyr/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 */
;;