dhavalhirdhav / LearnOS

This is one of my long awaited project on learning to develop an Operating System.
http://www.learnitonweb.com
57 stars 5 forks source link

int_to_ascii prints in reverse #8

Closed dhavalhirdhav closed 4 years ago

dhavalhirdhav commented 4 years ago

in int_to_ascii when we have multi digit int passed, it prints in a reverse order.