Implement atoi

Parse strings to integer (binary, octal, decimal, or hexadecimal)
This commit is contained in:
PleegWat
2026-09-04 23:47:01 +02:00
parent c83269fcf7
commit 3cadaede57
3 changed files with 246 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ pub include bit
pub include imath
pub include array
pub include console
pub include strint
; Needs to be last!
pub include LUTs