Browse Source

Add missing `string_to_int` alias in `core:math/big`

Feoramund 1 năm trước cách đây
mục cha
commit
70820c2c40
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      core/math/big/radix.odin

+ 1 - 0
core/math/big/radix.odin

@@ -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.