shithub: mc

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