|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <stdlib.h>
Functions | |
| long | labs (long j) |
| Computes the absolute value of an long number. More... | |
| long labs | ( | long | n | ) |
Computes the absolute value of an long number.
Computes the absolute value of an long number. The behavior is undefined if the result cannot be represented by the return type.
| n | long value |
Referenced by check_long().

1.8.15