shithub: mc

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