Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/touch/touch.c
- Timestamp:
- 2008-09-14T15:43:22Z (16 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/touch/touch.c
r211b0c13 r809813d 49 49 50 50 /* Dispays help for touch in various levels */ 51 void *help_cmd_touch(unsigned int level)51 void help_cmd_touch(unsigned int level) 52 52 { 53 53 if (level == HELP_SHORT) { … … 59 59 } 60 60 61 return CMD_VOID;61 return; 62 62 } 63 63 64 64 /* Main entry point for touch, accepts an array of arguments */ 65 int *cmd_touch(char **argv)65 int cmd_touch(char **argv) 66 66 { 67 67 unsigned int argc, i = 0, ret = 0;
Note:
See TracChangeset
for help on using the changeset viewer.