RTEMS CPU Kit with SuperCore
Macros | Variables
main_md5.c File Reference
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <md5.h>
Include dependency graph for main_md5.c:

Macros

#define BUFFER_SIZE   (4 * 1024)
 

Variables

rtems_shell_cmd_t rtems_shell_MD5_Command
 

Variable Documentation

◆ rtems_shell_MD5_Command

rtems_shell_cmd_t rtems_shell_MD5_Command
Initial value:
= {
"md5",
"md5 [file ...]",
"files",
rtems_shell_main_md5,
NULL,
NULL
}