MCPcopy Create free account
hub / github.com/git/git / wcschrnul

Function wcschrnul

compat/mingw.c:1748–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746}
1747
1748static const wchar_t *wcschrnul(const wchar_t *s, wchar_t c)
1749{
1750 while (*s && *s != c)
1751 s++;
1752 return s;
1753}
1754
1755/* Compare only keys */
1756static int wenvcmp(const void *a, const void *b)

Callers 1

wenvcmpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected