prop_string.c | 604 * prop_string_equals_string -- 609 prop_string_equals_string(prop_string_t ps, const char *cp) function in typeref:typename:_PROP_EXPORT bool 620 "which is deprecated; prop_string_equals_string() instead.") 624 return prop_string_equals_string(ps, cp);
|