RTEMS CPU Kit with SuperCore  4.11.2
Macros | Functions | Variables
main_hexdump.c File Reference
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/shellconfig.h>
#include <sys/types.h>
#include <locale.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "hexdump.h"
Include dependency graph for main_hexdump.c:

Macros

#define rindex(s, c)   strrchr(s,c)
 

Functions

void rtems_shell_hexdump_exit (rtems_shell_hexdump_globals *globals, int code)
 

Variables

rtems_shell_cmd_t rtems_shell_HEXDUMP_Command
 

Variable Documentation

◆ rtems_shell_HEXDUMP_Command

rtems_shell_cmd_t rtems_shell_HEXDUMP_Command
Initial value:
= {
"hexdump",
"hexdump [-bcCdovx] [-e fmt] [-f fmt_file] [-n length]\n"
" [-s skip] [file ...]",
"files",
rtems_shell_main_hexdump,
NULL,
NULL
}