shithub: mc

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