sob

Simple output bar
git clone https://git.sinitax.com/codemadness/sob
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 098c6bb48f3cf7f254df4eb405f6981ab9cd8f7c
parent 176397bb009b98fc1a69fe487cb4df374bdebe0e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 10 Oct 2014 19:03:13 +0000

remove unused macros

Diffstat:
Msob.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/sob.c b/sob.c @@ -19,8 +19,6 @@ char *argv0; #include "util.h" #define LEN(x) (sizeof (x) / sizeof *(x)) -#define MAX(A, B) ((A) > (B) ? (A) : (B)) -#define MIN(A, B) ((A) < (B) ? (A) : (B)) struct line { char line[BUFSIZ]; /* static line buffer */