shithub: mc

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