RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros | Variables
main_date.c File Reference

DATE Shell Command Implmentation. 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 Implmentation.

Variable Documentation

◆ rtems_shell_DATE_Command

rtems_shell_cmd_t rtems_shell_DATE_Command
Initial value:
= {
"date",
"date [YYYY-MM-DD HH:MM:SS]",
"misc",
rtems_shell_main_date,
NULL,
NULL
}