ROHC compression/decompression library
|
Miscellaneous utils for ROHC libraries. More...
Go to the source code of this file.
Defines | |
#define | rohc_max(value1, value2) ( ((value1) >= (value2)) ? (value1) : (value2) ) |
#define | rohc_min(value1, value2) ( ((value1) <= (value2)) ? (value1) : (value2) ) |
Miscellaneous utils for ROHC libraries.
#define rohc_max | ( | value1, | |
value2 | |||
) | ( ((value1) >= (value2)) ? (value1) : (value2) ) |
Get the max value of the 2 given
#define rohc_min | ( | value1, | |
value2 | |||
) | ( ((value1) <= (value2)) ? (value1) : (value2) ) |
Get the max value of the 2 given
Referenced by code_UOR2_TS_bytes().