Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include <stdlib.h>
Go to the source code of this file.
Functions | |
intmax_t | imaxabs (intmax_t j) |
Computes the absolute value of an intmax_t number. More... | |
intmax_t imaxabs | ( | intmax_t | j | ) |
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 |