mod.rs 223 B

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