MCPcopy Create free account
hub / github.com/VCVRack/Rack / mini

Function mini

include/rack0.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48DEPRECATED inline int mini(int a, int b) {
49 return std::min(a, b);
50}
51DEPRECATED inline int maxi(int a, int b) {
52 return std::max(a, b);
53}

Callers

nothing calls this directly

Calls 1

minFunction · 0.85

Tested by

no test coverage detected