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.
13 _DEFUN (argz_next
, (argz
, argz_len
, entry
),
24 if (entry
>= argz
+ argz_len
)
27 return (char *) entry
;