Changeset 1d132ae in mainline for uspace/app/bdsh/util.h
- Timestamp:
- 2008-10-03T09:09:55Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f2ef7fd
- Parents:
- d364e94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/util.h
rd364e94 r1d132ae 6 6 /* Internal string handlers */ 7 7 extern char * cli_strdup(const char *); 8 extern size_t cli_redup(char **, const char *);9 8 extern char * cli_strtok_r(char *, const char *, char **); 10 9 extern char * cli_strtok(char *, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.