[dev] Question about arg.h

2017-08-23 Thread Daniel Xu
I'm currently familiarizing myself with various pieces of suckless code. One thing keeps bothering me, though: What is EARGF() and ARGF() shorthand for? I can more or less tell what they do but the best I can come up with is "Error arg flag" and "Arg flag", respectively. Hopefully someone can scr

Re: [dev] Question about arg.h

2017-08-25 Thread Daniel Xu
Hi Laslo, Thanks for the clarification. I have to say it's definitely a different experience getting used to suckless code. Dan On Thu, Aug 24, 2017, at 06:13 AM, Laslo Hunhold wrote: > On Wed, 23 Aug 2017 20:28:12 -0500 > Daniel Xu wrote: > > Hey Daniel, > > > I