shithub: mc

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