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

byte_to_hex prints extra characters when passed pointer of a function - issue might be with printf #7

Closed dhavalhirdhav closed 4 years ago

dhavalhirdhav commented 4 years ago

byte_to_hex works as expected, but when passing pointer of any variable / method it prints additional address as well. This might be an issue with printf.