Subversion Repositories HelenOS

Rev

Rev 3280 | Rev 3345 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3265 post 1
#ifndef UTIL_H
2
#define UTIL_H
3
 
3316 post 4
/* Internal string handlers */
3265 post 5
extern char * cli_strdup(const char *s1);
6
extern char * cli_strtok_r(char *, const char *, char **);
7
extern char * cli_strtok(char *, const char *);
3316 post 8
 
3265 post 9
#endif