DecayingEagle / stdlib

MIT License
0 stars 0 forks source link

Add atoi, atof, and atol functions #11

Closed DecayingEagle closed 5 months ago

DecayingEagle commented 5 months ago

This pull request adds the atoi, atof, and atol functions to the codebase. These functions allow for the conversion of strings to integers, floating-point numbers, and long integers, respectively. The implementation includes the necessary header files and test cases for each function.

Completes #8