shithub: mc

ref: 76086513de9efd7a000d0bc229c3e990f0af5a2f
dir: /lib/sys/systypes.myr/

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