shithub: mc

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