mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-02-13 07:44:59 +08:00
10 lines
65 B
C
10 lines
65 B
C
|
|
#include <inc/lib.h>
|
|
|
|
void
|
|
exit(void)
|
|
{
|
|
sys_env_destroy(0);
|
|
}
|
|
|