Written with a goal of learning how low level stuff that goes into standard library functions. Try to write it under betterC and without garbage callector.
TODO:
- Random number generator
- Integer number to string and string to integer number routines
- Float number to string and string to float number routines
- Input/Output
- ...