3 Commits

Author SHA1 Message Date
Michael Mikonos
0d82978c55 undo unintended file conversion 2023-08-07 08:52:53 +08:00
Michael Mikonos
79ac2b651f
Str2I64() octal prefix 0o
* Comment at top of function hints that 0o18 is treated as an octal number but it is not
* Adding the appropriate switch-case makes it work by adjusting radix
* Update comment: this function is more like strtol() because it returns a signed result
* This function doesn't behave like strtol() because "0" prefix can't be used for octal, e.g. "0777" (maybe it could be supported in future)
2023-08-03 14:35:17 +08:00
TomAwezome
3a33e6baaf Rename CosmiC to ZealC.
Rename all .CC files to .ZC extension.
2021-12-11 06:21:22 -05:00