Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ MAX
Function
MAX
compat/regex/regex_internal.c:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#ifdef GAWK
33
#undef MAX /* safety */
34
static int
35
MAX(size_t a, size_t b)
36
{
37
return (a > b ? a : b);
38
}
39
#endif
40
41
Callers
2
re_string_realloc_buffers
Function · 0.85
internal_function
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected