MCPcopy Create free account
hub / github.com/acl-dev/acl / Max

Function Max

lib_fiber/cpp/src/detours/image.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296};
297
298static inline DWORD Max(DWORD a, DWORD b)
299{
300 return a > b ? a : b;
301}
302
303static inline DWORD Align(DWORD a, DWORD size)
304{

Callers 2

ReadMethod · 0.85
WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected