|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <stdlib.h>
Functions | |
| int | abs (int j) |
| Computes the absolute value of an integer number. More... | |
| int abs | ( | int | n | ) |
Computes the absolute value of an integer number.
Computes the absolute value of an integer number. The behavior is undefined if the result cannot be represented by the return type.
| n | integer value |
Referenced by abs_test(), check_int(), and embdrv::ssd1306::line().

1.8.15