1
2
3
4
5
//! Low-level bindings to libm

#![cfg(target_os = "linux")]

extern crate linux_api;