shithub: mc

ref: 85e637db4543ca443a88bd7d0a1f1efe50a2aecb
dir: /types.myr/

View raw version
pkg std =
	type size	= uint32 /* spans entire address space */
	type off	= uint32 /* file offsets */
	type intptr	= uint32 /* can hold any pointer losslessly */
;;