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.
12 argz_extract (char *argz
,
18 const size_t count
= argz_count(argz
, argz_len
);
21 for (i
= argz_len
- 2; i
> 0; i
--)
26 argv
[count
- j
] = &argz
[i
+ 1];