Subversion Repositories HelenOS

Rev

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

  1. #ifndef UTIL_H
  2. #define UTIL_H
  3.  
  4. /* Internal string handlers */
  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 *);
  8.  
  9. #endif
  10.