Files
RedBear-OS/src/header/_template/mod.rs
T
2018-08-26 08:56:02 -06:00

11 lines
223 B
Rust

//! template implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/template.h.html
use platform::types::*;
/*
#[no_mangle]
pub extern "C" fn func(args) -> c_int {
unimplemented!();
}
*/