Initial version of atoi

Functions to convert strings to integers in various bases
This commit is contained in:
PleegWat
2026-09-02 21:11:45 +02:00
parent 786adfdb1c
commit 3bf7ba988e
3 changed files with 232 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
pub include bit
pub include imath
pub include strint