shithub: mc

ref: 4531e7d7f72c2171fdac5c1914ebaf867db61187
dir: /libstd/systypes.myr/

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