index
:
pintos-rs
main
[no description]
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpintos-rs
/
src
/
lib.rs
blob: 2ad4657688c89f6632fc16a0b13babf2186bba08 (
plain
) (
blame
)
1
2
3
4
5
6
#![no_std] #[link(name="pintos", kind="static")] extern { pub fn exit(status: i32); }