Introduction
Introduction Statistics Contact Development Disclaimer Help
move _i declaration up in arg.h - gramscii - A simple editor for ASCII box-and-…
Log
Files
Refs
Tags
README
LICENSE
---
commit f813572a98e71ca4ea6be99196c60618cc45836c
parent 203aa53eae985ca565a41c3a73019fea4518674e
Author: KatolaZ <[email protected]>
Date: Mon, 5 Aug 2019 07:36:06 +0100
move _i declaration up in arg.h
Diffstat:
M arg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/arg.h b/arg.h
@@ -11,12 +11,12 @@ extern char *argv0;
argc--, argv++) {\
char _argc;\
char **_argv;\
+ int i_;\
if(argv[0][1] == '-' && argv[0][2] == '\0') {\
argv++;\
argc--;\
break;\
}\
- int i_;\
for(i_ = 1, _argv = argv; argv[0][i_];\
i_++) {\
if(_argv != argv)\
You are viewing proxied material from bitreich.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.