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

MKDIR Shell Command Implmentation. More...

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_MKDIR_Command
 

Detailed Description

MKDIR Shell Command Implmentation.

Variable Documentation

◆ rtems_shell_MKDIR_Command

rtems_shell_cmd_t rtems_shell_MKDIR_Command
Initial value:
= {
"mkdir",
"mkdir dir # make a directory",
"files",
rtems_shell_main_mkdir,
NULL,
NULL
}