shithub: mc

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