Function
RBstr_in_strv
Declaration [src]
gboolean
rb_str_in_strv (
const char* needle,
const char** haystack
)
Description [src]
Checks if needle
is present in the NULL-terminated string
array haystack
.
This function is not directly available to language bindings.