jos/lib/exit.c
Anish Athalye c67463e23c Lab 5
2018-10-24 20:44:45 -04:00

11 lines
79 B
C

#include <inc/lib.h>
void
exit(void)
{
close_all();
sys_env_destroy(0);
}