Remove dependency on strto functions

Issue #4 resolved
Sean Kauffman repo owner created an issue

Right now one of the only things we use system headers for is the functions for parsing numbers from strings. Write our own copies, as was done for the string and memory functions, so we don't have to worry as much about platform compatibility.

Comments (1)

  1. Log in to comment