Contents

unsafeArgv

Access to the raw argv value from C.

Declaration

static var unsafeArgv: UnsafeMutablePointer<UnsafeMutablePointer<Int8>?> { get }

Discussion

The value of this property is a nil-terminated C array. Including the trailing nil, there are argc + 1 elements in the array.

See Also

Accessing Raw Argument Data