repo.or.cz
/
mit-jos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lab5 added.
[mit-jos.git]
/
lib
/
exit.c
blob
cee3336f1cad31e72d0dbf40904f4c7b560a35ec
1
2
#include <inc/lib.h>
3
4
void
5
exit
(
void
)
6
{
7
close_all
();
8
sys_env_destroy
(
0
);
9
}
10