shithub: mc

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