shithub: mc

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