shithub: mc

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