shithub: mc

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