FRIGN
|
eee98ed3a4
|
Fix coding style
It was about damn time. Consistency is very important in such a
big codebase.
|
2014-11-13 18:08:43 +00:00 |
|
sin
|
0c5b7b9155
|
Stop using EXIT_{SUCCESS,FAILURE}
|
2014-10-02 23:46:59 +01:00 |
|
Jakob Kramer
|
7f7e7dcbb9
|
cols: simplify filling with spaces
Use printf("%*s", n, "") instead of allocating
a string filled with spaces.
|
2014-06-05 11:19:34 +01:00 |
|
sin
|
bc0de5e7e5
|
Rename mc(1) to cols(1)
There is an obvious name collision with the popular file manager
midnight commander.
|
2014-03-12 14:47:38 +00:00 |
|