shithub: mc

ref: 58a99517a4496232bb32812c553a4c541595c09e
dir: /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 */
;;