Removed outc(), which only called putchar(), while having the same signature.
authormarkus schnalke <meillo@marmaro.de>
Tue, 1 Nov 2011 08:10:19 +0000 (09:10 +0100)
committermarkus schnalke <meillo@marmaro.de>
Tue, 1 Nov 2011 08:10:19 +0000 (09:10 +0100)
commita0b72ae951177e0262dbe9266582edbd83c9684e
tree4e7cb94c62bf06ed5fd7ba3321268b03acc14fb1
parent714b5c530ece27ea2835a313013f5b770163403c
Removed outc(), which only called putchar(), while having the same signature.
I substituted all outc() calls with calls to putchar().
uip/termsbr.c