RTEMS CPU Kit with SuperCore  4.11.2
Variables
main_cat.c File Reference
#include <stdio.h>
#include <termios.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <dirent.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
#include <errno.h>
#include <sys/types.h>
#include <stddef.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"
Include dependency graph for main_cat.c:

Variables

rtems_shell_cmd_t rtems_shell_CAT_Command
 

Variable Documentation

◆ rtems_shell_CAT_Command

rtems_shell_cmd_t rtems_shell_CAT_Command
Initial value:
= {
"cat",
"cat n1 [n2 [n3...]] # show the ascii contents",
"files",
rtems_shell_main_cat ,
NULL,
NULL
}