Subversion Repositories HelenOS

Rev

Rev 3265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 3280
Line 7... Line 7...
7
 
7
 
8
/* String functions not yet present in HelenOS uspace libc */
8
/* String functions not yet present in HelenOS uspace libc */
9
extern char * cli_strdup(const char *s1);
9
extern char * cli_strdup(const char *s1);
10
extern char * cli_strtok_r(char *, const char *, char **);
10
extern char * cli_strtok_r(char *, const char *, char **);
11
extern char * cli_strtok(char *, const char *);
11
extern char * cli_strtok(char *, const char *);
12
extern void cli_free(void **);
-
 
13
#endif
12
#endif