Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/quit/quit.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/quit/quit.c
r211b0c13 r809813d 40 40 extern const char *progname; 41 41 42 void *help_cmd_quit(unsigned int level)42 void help_cmd_quit(unsigned int level) 43 43 { 44 44 printf("Type `%s' to exit %s\n", cmdname, progname); 45 return CMD_VOID;45 return; 46 46 } 47 47 48 48 /* Quits the program and returns the status of whatever command 49 49 * came before invoking 'quit' */ 50 int *cmd_quit(char *argv[])50 int cmd_quit(char *argv[]) 51 51 { 52 52 /* Inform that we're outta here */
Note:
See TracChangeset
for help on using the changeset viewer.