Description
Source
Call Graph
min
Returns the minimum value between two integers.


Syntax / parameters
unsigned int min (unsigned int a, unsigned int b)
|
Name |
Type |
Default |
Description |
a |
unsigned int
|
|
First integer to compare.
|
b |
unsigned int
|
|
Second integer to compare.
|
|
Return value |
unsigned int
|
|
|
Description
Returns the minimum value between two integers.
Source
The documentation for this Member was generated from the following files:
math.c