shithub: mc

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