Initial revision

This commit is contained in:
ceriel
1987-01-07 17:13:41 +00:00
parent be68581019
commit 18376b38cf
84 changed files with 1511 additions and 0 deletions

5
mach/pdp/libsys/exit.c Normal file
View File

@@ -0,0 +1,5 @@
exit(n)
{
_cleanup();
_exit(n);
}