blob: 608fe4ead9905fb1cb9bc9a4b798118cf3d63011 (
plain)
1
2
3
4
5
6
7
8
9
|
// Note that this main file is meant to mirror `main.rs` but is only used on the
// BSDs where the generated location of `all.rs` is slightly different
#![allow(bad_style, improper_ctypes)]
extern crate libc;
use libc::*;
include!("../all.rs");
|