noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 11ca2b408da2c2493cee813d92efd9c751e9f070
parent 1c467fce7adc8a3fd703c934ab3892be3c73715e
Author: sin <sin@2f30.org>
Date:   Wed, 22 Oct 2014 17:41:16 +0100

Some systems define this already.

Diffstat:
Mnoice.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/noice.c b/noice.c @@ -33,6 +33,7 @@ #endif /* DEBUG */ #define LEN(x) (sizeof(x) / sizeof(*(x))) +#undef MIN #define MIN(x, y) ((x) < (y) ? (x) : (y)) #define ISODD(x) ((x) & 1) #define CONTROL(c) ((c) ^ 0x40)