8 lines
136 B
Rust
8 lines
136 B
Rust
#![allow(bad_style, improper_ctypes, unused)]
|
|
|
|
extern crate libc;
|
|
|
|
use libc::*;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/linux_fcntl.rs"));
|