Work on a test command

This commit is contained in:
Adrien Bourmault 2019-11-25 16:59:04 +01:00
parent 268ab18b48
commit ed5482fd1d
1 changed files with 6 additions and 1 deletions

View File

@ -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]);