Definition:
void ap_table_merge(table *t, const char *k, const char *more_val);
Usage example:
No examples available.
If name exists as a key value in tab, more_val is added to the table. A new entry is created otherwise.
If more than one occurrence of name exists, only the first is modified.
Previous: ap_table_get
Next: ap_table_mergen
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)