The number of CPU on the system

Property definitions

sdl2 $ SDL :: cpu_count
	# The number of CPU on the system
	fun cpu_count: Int `{ return SDL_GetCPUCount(); `}
lib/sdl2/sdl2_base.nit:61,2--62,51