Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3344 → Rev 3345

/branches/shell/uspace/app/bdsh/util.h
2,7 → 2,9
#define UTIL_H
 
/* Internal string handlers */
extern char * cli_strdup(const char *s1);
extern char * cli_strdup(const char *);
extern int cli_redup(char **, const char *);
extern int cli_psprintf(char **, const char *, ...);
extern char * cli_strtok_r(char *, const char *, char **);
extern char * cli_strtok(char *, const char *);