Is there a simple, standard statement that will reinterpret an int in
the range of 0-9 as a char? I understand it's simple enough to write in
a function, but I wonder if there's a more general approach.
the range of 0-9 as a char? I understand it's simple enough to write in
a function, but I wonder if there's a more general approach.
Comment