Today I found myself writing a BCD converter for piping values over UART. I wrote a few helper functions for sending different length int's and realised that while I know how pointers work, I don't really know what's in them. Here's the code:
Within se..
↧