var runtime.argc
8 uses
runtime (current package)
proc.go#L564: for argv_index(argv, argc+1+n) != nil {
proc.go#L569: p := argv_index(argv, argc+1+i)
runtime1.go#L51: argc int32
runtime1.go#L62: argc = c
runtime1.go#L71: argslice = make([]string, argc)
runtime1.go#L72: for i := int32(0); i < argc; i++ {
runtime1.go#L82: for argv_index(argv, argc+1+n) != nil {
runtime1.go#L88: envs[i] = gostring(argv_index(argv, argc+1+i))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |