[][src]Function avr_libc::abs

pub unsafe extern "C" fn abs(__i: i16) -> i16

The abs() function computes the absolute value of the integer \c i. \note The abs() and labs() functions are builtins of gcc.