No, you didn't include it when col is zero. You included it when board[row][col] is zero. I don't even know what board[row][col] is for; you can probably delete the declaration and the switch statement with only one case.

There was a whole block of printf("%c"... statements. You need to move each of those inside the appropriate case of the switch (tiny_row), and only do that if col == 0.