rust/src/test/auxiliary/native_lib.rs

3 lines
52 B
Rust
Raw Normal View History

2012-03-10 02:04:09 -06:00
native mod rustrt {
fn last_os_error() -> str;
}