MCPcopy Create free account
hub / github.com/RenderKit/embree / ImStrchrRange

Function ImStrchrRange

tutorials/common/imgui/imgui.cpp:1666–1670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1664}
1665
1666const char* ImStrchrRange(const char* str, const char* str_end, char c)
1667{
1668 const char* p = (const char*)memchr(str, (int)c, str_end - str);
1669 return p;
1670}
1671
1672int ImStrlenW(const ImWchar* str)
1673{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected