This website requires JavaScript.
Explore
Help
Sign In
CS-444
/
jos
Watch
1
Star
0
Fork
0
You've already forked jos
Code
Issues
Pull Requests
Releases
Wiki
Activity
adbb69750a
jos
/
lib
/
exit.c
11 lines
79 B
C
Raw
Normal View
History
Unescape
Escape
Lab 3
2018-09-25 09:22:51 -07:00
#
include
<inc/lib.h>
void
exit
(
void
)
{
Lab 5
2018-10-24 17:44:45 -07:00
close_all
(
)
;
Lab 3
2018-09-25 09:22:51 -07:00
sys_env_destroy
(
0
)
;
}
Reference in New Issue
Copy Permalink