#include <kernel.h>

Go to the source code of this file.
Functions | |
| command | xsh_test (ushort stdin, ushort stdout, ushort stderr, ushort nargs, char *args[]) |
Definition in file xsh_test.c.
Shell command (test) provides a mechanism for testing XINU features. The action and output varies depending on the feature currently being tested. This is not meant to serve as a permanent shell command for a particular action.
| stdin | descriptor of input device | |
| stdout | descriptor of output device | |
| stderr | descriptor of error device | |
| args | array of arguments |
Definition at line 22 of file xsh_test.c.
References OK.
1.5.5