shithub: mc

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