Changeset e2ea8d7e in mainline for uspace/app/bdsh/cmds/modules/quit/quit.c
- Timestamp:
- 2008-08-27T05:36:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b4b7b6
- Parents:
- b510d52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/quit/quit.c
rb510d52 re2ea8d7e 36 36 37 37 static char *cmdname = "quit"; 38 unsigned int cli_quit = 0;39 38 40 extern volatile int cli_lasterror;39 extern volatile unsigned int cli_quit; 41 40 extern const char *progname; 42 41
Note:
See TracChangeset
for help on using the changeset viewer.