RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Macros | Variables
main_date.c File Reference

DATE Shell Command Implementation. More...

#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <time.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_DATE_Command
 

Detailed Description

DATE Shell Command Implementation.

Variable Documentation

◆ rtems_shell_DATE_Command

rtems_shell_cmd_t rtems_shell_DATE_Command
Initial value:
= {
.name = "date",
.usage = "date [YYYY-MM-DD HH:MM:SS]",
.topic = "misc",
.command = rtems_shell_main_date,
.alias = NULL,
.next = NULL
}