shithub: mc

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