![]() |
|
|||
File indexing completed on 2025-05-11 08:24:19
0001 /** 0002 * @file 0003 * 0004 * @brief DIR Shell Command Implmentation 0005 */ 0006 0007 /* 0008 * Copyright (c) 2001 Fernando Ruiz Casas <fruizcasas@gmail.com> 0009 * 0010 * The license and distribution terms for this file may be 0011 * found in the file LICENSE in this distribution or at 0012 * http://www.rtems.org/license/LICENSE. 0013 */ 0014 0015 #ifdef HAVE_CONFIG_H 0016 #include "config.h" 0017 #endif 0018 0019 #include <rtems.h> 0020 #include <rtems/shell.h> 0021 #include "internal.h" 0022 0023 rtems_shell_alias_t rtems_shell_DIR_Alias = { 0024 "ls", /* command */ 0025 "dir" /* alias */ 0026 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |