shithub: mc

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