-
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
7cb8b39
commit a23d6d1
Showing
2 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters