shithub: mc

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