shithub: mc

ref: f2365d327bed87e68d94b9b458cf27b70efc9f4b
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	= uint64	/* milliseconds since epoch */
;;