Work on a test command
This commit is contained in:
parent
268ab18b48
commit
ed5482fd1d
|
@ -32,7 +32,7 @@
|
|||
#include <sh/shell.h>
|
||||
#include <po/shtdwn.h>
|
||||
|
||||
int ShAtoi(char* str)
|
||||
static inline int ShAtoi(char* str)
|
||||
{
|
||||
int res = 0;
|
||||
|
||||
|
@ -257,6 +257,11 @@ error_t CmdStarWars(int argc, char **argv, char *cmdline)
|
|||
return EOK;
|
||||
}
|
||||
|
||||
error_t CmdTest(int argc, char **argv, char *cmdline)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
error_t CmdTest(int argc, char **argv, char *cmdline)
|
||||
{
|
||||
KernLog("%s\n", &KeFormatCurTime()[13]);
|
||||
|
|
Loading…
Reference in New Issue