forked from TCShenanigans/symphony_stdlib
Implement atoi
Parse strings to integer (binary, octal, decimal, or hexadecimal)
This commit is contained in:
@@ -3,6 +3,7 @@ pub include imath
|
||||
pub include array
|
||||
pub include console
|
||||
pub include mem
|
||||
pub include strint
|
||||
|
||||
; Needs to be last!
|
||||
pub include LUTs
|
||||
|
||||
Reference in New Issue
Block a user