Changes in uspace/app/bdsh/cmds/modules/help/help.c [19f857a:92fd52d7] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/help/help.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/help/help.c
r19f857a r92fd52d7 31 31 #include <stdio.h> 32 32 #include <stdlib.h> 33 #include <str .h>33 #include <string.h> 34 34 35 35 #include "config.h" … … 42 42 #include "util.h" 43 43 44 static c onst char *cmdname = "help";44 static char *cmdname = "help"; 45 45 extern const char *progname; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.
