Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RzTable API Refactoring #4625

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Commits on Sep 17, 2024

  1. New rz_table_add_vrowf to take va_list and add a new row

    For cases when we need to directly use arguments of a variadic function
    to add a new row to `RzTable`, the new `rz_table_add_vrowf` will take a
    `va_list` and a format string to do the same.
    brightprogrammer committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a23d6d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    371ad28 View commit details
    Browse the repository at this point in the history