Fetch 4 chars in self at pos

Property definitions

core $ CString :: fetch_4_chars
	# Fetch 4 chars in `self` at `pos`
	fun fetch_4_chars(pos: Int): UInt32 is intern `{ return *((uint32_t*)(self+pos)); `}
lib/core/text/native.nit:304,2--305,85