1 /* Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
3 * Permission to use, copy, modify, and distribute this software
4 * is freely granted, provided that this notice is preserved.
10 #include <sys/types.h>
13 argz_stringify (char *argz
,
19 /* len includes trailing \0, which we don't want to replace. */
21 for (i
= 0; i
< argz_len
- 1; i
++)