shithub: mc

ref: 7a6c8bdda8b4f35db12cfde703c9b4a1eaf41b14
dir: /types.myr/

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