shithub: mc

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