shithub: mc

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