MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / ImStrchrRange

Function ImStrchrRange

TheForceEngine/TFE_Ui/imGUI/imgui.cpp:1921–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1919}
1920
1921const char* ImStrchrRange(const char* str, const char* str_end, char c)
1922{
1923 const char* p = (const char*)memchr(str, (int)c, str_end - str);
1924 return p;
1925}
1926
1927int ImStrlenW(const ImWchar* str)
1928{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected