Changes in uspace/app/bdsh/scli.c [582a0b8:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.c
r582a0b8 rb7fd2a0 98 98 int main(int argc, char *argv[]) 99 99 { 100 int ret = 0;100 errno_t ret = 0; 101 101 102 102 stdiostate.stdin = stdin;
Note:
See TracChangeset
for help on using the changeset viewer.