1 2 3 4 5 6 7
#![allow(bad_style, improper_ctypes, unused)] extern crate libc; use libc::*; include!(concat!(env!("OUT_DIR"), "/linux_fcntl.rs"));