Re: [dev] suckless arg.h

From: Dimitris Papastamos <dp_AT_spl9.org>
Date: Mon, 14 Jul 2014 17:27:30 +0100

On Mon, Jul 14, 2014 at 12:24:27PM -0400, Carlos Torres wrote:
> Hello,
>
> On Mon, Jul 14, 2014 at 12:20 PM, Weldon Goree <weldon_AT_langurwallah.org> wrote:
> > How much of util/ needs to be pulled in if one copies arg.h and its
> > fairly awesome ARGBEGIN, etc.?

Only thing that's required is to have a char *argv0 symbol available
somewhere.

so for a single foo.c:

#include "arg.h"

char *argv0; /* not static */

.
.
.
Received on Mon Jul 14 2014 - 18:27:30 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 14 2014 - 18:36:11 CEST