---
title: argc
framework: swift
role: symbol
role_heading: Type Property
path: swift/commandline/argc
---

# argc

Access to the raw argc value from C.

## Declaration

```swift
static var argc: Int32 { get }
```

## See Also

### Accessing Raw Argument Data

- [unsafeArgv](swift/commandline/unsafeargv.md)
