shithub: mc

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