shithub: mc

ref: 14346a4d8913a81c2c62e18ba150f6b770d5731d
dir: /libstd/types.myr/

View raw version
pkg std =
	type size	= uint64	/* spans entire address space */
	type ssize	= int64		/* signed size */
	type off	= uint64	/* file offsets */
	type intptr	= uint64	/* can hold any pointer losslessly */
	type time	= int64		/* milliseconds since epoch */
;;