shithub: mc

ref: c62a377b27f8259a9270d95d02e8acbca21c2ac9
dir: /types.myr/

View raw version
pkg std =
	type size	= uint64	/* spans entire address space */
	type off	= uint64	/* file offsets */
	type intptr	= uint64	/* can hold any pointer losslessly */
;;