Changeset 4cc0c9ee in mainline for uspace/app/bdsh/util.h


Ignore:
Timestamp:
2009-01-22T14:22:12Z (15 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf226890
Parents:
fc11b8a
Message:

Get rid of cli_strdup(), cli_strtok(), cli_strtok_r(), just use facilities in libc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/util.h

    rfc11b8a r4cc0c9ee  
    33
    44#include "scli.h"
    5 
    6 /* Internal string handlers */
    7 extern char * cli_strdup(const char *);
    8 extern char * cli_strtok_r(char *, const char *, char **);
    9 extern char * cli_strtok(char *, const char *);
    105
    116/* Utility functions */
Note: See TracChangeset for help on using the changeset viewer.