|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <stdlib.h>
Functions | |
| intmax_t | imaxabs (intmax_t j) |
| Computes the absolute value of an intmax_t number. More... | |
Computes the absolute value of an intmax_t number.
Computes the absolute value of an intmax_t number. The behavior is undefined if the result cannot be represented by the return type.
| j | value |
Referenced by imaxabs_test(), labs_test(), and llabs_test().

1.8.15