Changeset 8d07f267 in mainline for uspace/app/bdsh/cmds/modules/clear/clear.c
- Timestamp:
- 2020-11-04T20:22:25Z (4 years ago)
- Parents:
- 0564ee47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/clear/clear.c
r0564ee47 r8d07f267 29 29 30 30 /* Count the arguments */ 31 for (argc = 0; argv[argc] != NULL; argc++) 32 ; 31 for (argc = 0; argv[argc] != NULL; argc++); 33 32 34 33 // printf("%s %s\n", TEST_ANNOUNCE, cmdname);
Note:
See TracChangeset
for help on using the changeset viewer.