TIL
- C does not support function overloading
- the \v vertical tab character is kind of the equivalent of starting a new line and then indenting to the end of the previous line
@derickflorian that's LF (\n); as I understand it, VT is like LF but can go down several lines, depending on how you've set up the vertical tab stops in your teletype