index
:
pintos-rs
main
[no description]
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
halt
/
main.c
blob: c89be21db64f7f7c7bc4a0c7e7ef194bb5e34b10 (
plain
) (
blame
)
1
2
3
4
5
#include "rust.h" void _start (int argc, char **argv) { main(); }