|
|
1.1 root 1: /* x_exit.c - x_exit */
2:
3: #include <conf.h>
4: #include <kernel.h>
5: #include <shell.h>
6:
7: /*------------------------------------------------------------------------
8: * x_exit - (builtin command exit) exit from the shell
9: *------------------------------------------------------------------------
10: */
11: BUILTIN x_exit(stdin, stdout, stderr, nargs, args)
12: int stdin, stdout, stderr, nargs;
13: char *args[];
14: {
15: return(SHEXIT);
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.