MCPcopy 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 */
34static int
35MAX(size_t a, size_t b)
36{
37 return (a > b ? a : b);
38}
39#endif
40
41

Callers 2

internal_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected