shithub: mc

ref: 730217466af331194862aef9a100b76e44520b5c
dir: /libstd/types.myr/

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