Changeset 0c4f46a in mainline for uspace/app/bdsh/util.h
- Timestamp:
- 2008-08-30T15:05:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42a0607
- Parents:
- 43e02a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/util.h
r43e02a6 r0c4f46a 1 1 #ifndef UTIL_H 2 2 #define UTIL_H 3 4 #include "scli.h" 3 5 4 6 /* Internal string handlers */ … … 8 10 extern char * cli_strtok_r(char *, const char *, char **); 9 11 extern char * cli_strtok(char *, const char *); 12 13 /* Utility functions */ 10 14 extern unsigned int cli_count_args(char **); 15 extern unsigned int cli_set_prompt(cliuser_t *usr); 11 16 12 17 #endif
Note:
See TracChangeset
for help on using the changeset viewer.