[][src]Function avr_libc::labs

pub unsafe extern "C" fn labs(__i: i32) -> i32

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