shithub: mc

ref: a2d39ddf4e0d6dc324bd0af41d89c942f4f8a49c
dir: /libstd/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 */
;;