_io_argc

func _io_argc() 'io -> Int

Returns the number of process arguments supplied by the host.

View Source
pub func _io_argc() 'io -> Int {
	'io(request: .argc)
}