Introduction
Introduction Statistics Contact Development Disclaimer Help
arg.h: Small style change - farbfeld - suckless image format with conversion to…
git clone git://git.suckless.org/farbfeld
Log
Files
Refs
README
LICENSE
---
commit 191ea09f29ff2d450e7622c7f4d80b0c60232219
parent 9dfe9996660ea603a6c2d418ac9a68326456107d
Author: Laslo Hunhold <[email protected]>
Date: Fri, 4 Aug 2017 17:05:43 +0200
arg.h: Small style change
Diffstat:
M arg.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/arg.h b/arg.h
@@ -41,9 +41,8 @@ extern char *argv0;
} …
}
#define ARGC() ((*argv)[_i])
-#define ARGF_(x) (((*argv)[_i + 1]) ? (_argused = 1, &((*argv)[_i + 1])) : …
- (*(argv + 1)) ? (_argused = 1, *(argv + 1)) : (x)…
- )
+#define ARGF_(x) (((*argv)[_i + 1]) ? (_argused = 1, &((*argv)[_i + 1])) : …
+ (*(argv + 1)) ? (_argused = 1, *(argv + 1)) : (x))
#define EARGF(x) ARGF_(((x), exit(1), (char *)0))
#define ARGF() ARGF_((char *)0)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.