Re: [PATCH v3 03/18] rtla: Simplify argument parsing

From: Costa Shulyupin

Date: Thu Jan 15 2026 - 16:47:55 EST


On Thu, 15 Jan 2026 at 19:25, Wander Lairson Costa <wander@xxxxxxxxxx> 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