MCPcopy Create free account
hub / github.com/audacity/audacity / smin

Function smin

modules/scripting/mod-script-pipe/ScripterCallback.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98size_t smin(size_t a, size_t b) { return a < b ? a : b; }
99
100// Write up to nMax characters of the prepared (by DoSrv) response lines.
101// Returns the number of characters sent, including null.

Callers 1

DoSrvMoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected