shithub: mc

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