|
Karg v0.2.0
The kernel of CargOS
|
Go to the source code of this file.
Macros | |
| #define | max(a, b) ((a) > (b) ? (a) : (b)) |
| #define | min(a, b) ((a) < (b) ? (a) : (b)) |
| #define max | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a) : (b)) |
| #define min | ( | a, | |
| b | |||
| ) | ((a) < (b) ? (a) : (b)) |