Alex Crichton | d820c4a | 2016-01-18 11:16:38 -0800 | [diff] [blame] | 1 | // Note that this main file is meant to mirror `main.rs` but is only used on the |
2 | // BSDs where the generated location of `all.rs` is slightly different | ||||
3 | |||||
4 | #![allow(bad_style, improper_ctypes)] | ||||
5 | extern crate libc; | ||||
6 | |||||
7 | use libc::*; | ||||
8 | |||||
9 | include!("../all.rs"); |