xref: /relibc/src/header/_template/mod.rs (revision ed19381547d66b76981ea1e4ff942c5a4da45ab7)
1 //! template implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/template.h.html
2 
3 use platform::types::*;
4 
5 /*
6 #[no_mangle]
7 pub extern "C" fn func(args) -> c_int {
8     unimplemented!();
9 }
10 */
11