Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/ls/ls.c
- Timestamp:
- 2008-09-14T15:43:22Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6279151
- Parents:
- 211b0c13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.c
r211b0c13 r809813d 133 133 } 134 134 135 void *help_cmd_ls(unsigned int level)135 void help_cmd_ls(unsigned int level) 136 136 { 137 137 if (level == HELP_SHORT) { … … 143 143 } 144 144 145 return CMD_VOID;145 return; 146 146 } 147 147 148 int *cmd_ls(char **argv)148 int cmd_ls(char **argv) 149 149 { 150 150 unsigned int argc;
Note:
See TracChangeset
for help on using the changeset viewer.