shithub: mc

ref: 4f029e52084f8b4365aef0788b9890a74c1ec94f
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 */
;;