helenos_ui/
lib.rs

1#![allow(non_camel_case_types)]
2#![allow(non_upper_case_globals)]
3#![doc = include_str!("../README.md")]
4
5#[cfg(target_os = "helenos")]
6pub use libc::{errno_t, sysarg_t};
7
8#[cfg(target_os = "helenos")]
9include!(concat!(env!("OUT_DIR"), "/bindings.rs"));