package strconv

Import Path
	internal/runtime/strconv (on go.dev)

Dependency Relation
	imports one package, and imported by 2 packages

Involved Source Files atoi.go
Package-Level Functions (total 3)
Atoi is like Atoi64 but for integers that fit into an int.
Atoi32 is like Atoi but for integers that fit into an int32.
Atoi64 parses an int64 from a string s. The bool result reports whether s is a number representable by a value of type int64.