Compares two C strings. Returns true iff they have the same content. Unlike strcmp(), this function can handle NULL argument(s). A NULL C string is considered different to any non-NULL C string, including the empty string.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected