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

Function ImStrbolW

tutorials/common/imgui/imgui.cpp:1687–1692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685}
1686
1687const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin) // find beginning-of-line
1688{
1689 while (buf_mid_line > buf_begin && buf_mid_line[-1] != '\n')
1690 buf_mid_line--;
1691 return buf_mid_line;
1692}
1693
1694const char* ImStristr(const char* haystack, const char* haystack_end, const char* needle, const char* needle_end)
1695{

Callers 1

InputTextExMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected