mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +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, }
|
atoi :: proc { int_atoi, }
|
||||||
|
string_to_int :: int_atoi
|
||||||
|
|
||||||
/*
|
/*
|
||||||
We size for `string` by default.
|
We size for `string` by default.
|
||||||
|
|||||||
Reference in New Issue
Block a user