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? Costa
