Changes in uspace/app/bdsh/cmds/builtins/exit/exit.c [9d58539:7c3fb9b] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/builtins/exit/exit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/builtins/exit/exit.c
r9d58539 r7c3fb9b 44 44 } 45 45 46 /* Quits the program and returns the status of whatever command 47 * came before invoking 'quit' */ 46 /** Quits the program and returns the status of whatever command 47 * came before invoking 'quit' 48 */ 48 49 int cmd_exit(char *argv[], cliuser_t *usr) 49 50 {
Note:
See TracChangeset
for help on using the changeset viewer.
