Changes in uspace/app/bdsh/cmds/builtins/exit/exit.c [7c3fb9b:9d58539] 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
r7c3fb9b r9d58539 44 44 } 45 45 46 /** Quits the program and returns the status of whatever command 47 * came before invoking 'quit' 48 */ 46 /* Quits the program and returns the status of whatever command 47 * came before invoking 'quit' */ 49 48 int cmd_exit(char *argv[], cliuser_t *usr) 50 49 {
Note:
See TracChangeset
for help on using the changeset viewer.
