mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 21:43:15 +00:00
Add missing string_to_int alias in core:math/big
This commit is contained in:
@@ -315,6 +315,7 @@ int_atoi :: proc(res: ^Int, input: string, radix := i8(10), allocator := context
|
||||
|
||||
|
||||
atoi :: proc { int_atoi, }
|
||||
string_to_int :: int_atoi
|
||||
|
||||
/*
|
||||
We size for `string` by default.
|
||||
|
||||
Reference in New Issue
Block a user