shithub: mc

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