Hi Aaron,
On Tue, 2025-07-15 at 00:25 -0400, Aaron Merey wrote:
> Signed-off-by: Aaron Merey
>
> ---
> v3 changes: Use .B for EXAMPLES.
>
> On Fri, Jun 27, 2025 at 6:36 PM Mark Wielaard wrote:
> > > + /* Get the members of the archive one after the other. */
> > > + while ((subelf = elf_beg
Signed-off-by: Aaron Merey
---
v3 changes: Use .B for EXAMPLES.
On Fri, Jun 27, 2025 at 6:36 PM Mark Wielaard wrote:
> > + /* Get the members of the archive one after the other. */
> > + while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
> > + {
> > + /* Process subelf here */
> > +