cgfsng: string_in_list()

parent 8b8db2f6
......@@ -229,9 +229,8 @@ static int append_null_to_list(void ***list)
return newentry;
}
/*
* Given a null-terminated array of strings, check whether @entry
* is one of the strings
/* Given a null-terminated array of strings, check whether @entry is one of the
* strings.
*/
static bool string_in_list(char **list, const char *entry)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment