[utils] add to feature array with printf syntax

This commit is contained in:
Al
2015-09-10 10:24:51 -07:00
parent b3f89a207a
commit 0ddf50cb5f
4 changed files with 25 additions and 19 deletions

View File

@@ -12,6 +12,9 @@
void feature_array_add(cstring_array *features, size_t count, ...);
// Add feature using printf format
void feature_array_add_printf(cstring_array *features, char *format, ...);
// Add feature count to dictionary
bool feature_counts_update(khash_t(str_uint32) *features, char *feature, int count);