RTEMS CPU Kit with SuperCore  4.11.2
Variables
main_mmove.c File Reference
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"
Include dependency graph for main_mmove.c:

Variables

rtems_shell_cmd_t rtems_shell_MMOVE_Command
 

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
}