shithub: mc

ref: 914c9055fd4e28b93b1aaa17fcc1791518f125f3
dir: /libmyr/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 */
;;