Open XVilka opened 2 years ago
See these files:
librz/util/table.c
librz/include/rz_util/rz_table.h
test/unit/test_table.c
Do the names/indexes mean one can pass multiple names/indexes?
So the function signature looks like: bool rz_table_set_val(RzTable *t, RZList *items, const char *arg, ...)
bool rz_table_set_val(RzTable *t, RZList *items, const char *arg, ...)
Yes
See these files:
librz/util/table.c
librz/include/rz_util/rz_table.h
test/unit/test_table.c