RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Variables
main_mmove.c File Reference

MMOVE Shell Command Implmentation. More...

#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_MMOVE_Command
 

Detailed Description

MMOVE Shell Command Implmentation.

Variable Documentation

◆ rtems_shell_MMOVE_Command

rtems_shell_cmd_t rtems_shell_MMOVE_Command
Initial value:
= {
"mmove",
"mmove dst src length",
"mem",
rtems_shell_main_mmove,
NULL,
NULL
}