On Thu, Jan 15, 2026 at 6:47 PM Costa Shulyupin <[email protected]> wrote: > > On Thu, 15 Jan 2026 at 19:25, Wander Lairson Costa <[email protected]> wrote: > > To simplify and improve the robustness of argument parsing, introduce a > > new extract_arg() helper macro. This macro extracts the value from a > > "key=value" pair, making the code more concise and readable. > > Would you consider using getsubopt? >
That's a good idea. But I would like to defer this to a following up patch. > Costa >
