15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
__min
|
|
=====
|
|
:title: Shellcode Compiler Runtime
|
|
|
|
---------------------------------------------
|
|
__min(...);
|
|
---------------------------------------------
|
|
|
|
Returns the minimum value in the list of parameters. Return value is the same type
|
|
as the parameters.
|
|
|
|
See also
|
|
--------
|
|
link:max.html[max]
|