6 lines
79 B
Rust
6 lines
79 B
Rust
extern crate fcntl;
|
|
extern crate unistd;
|
|
|
|
pub use fcntl::*;
|
|
pub use unistd::*;
|