Changeset c2ad500 in mainline for uspace/app/bdsh/util.h


Ignore:
Timestamp:
2008-10-02T09:14:33Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d364e94
Parents:
e436cfe
Message:

More housecleaning in util.c, get rid of cli_psprintf() in favor of asprintf() before getting attached to the first.

File:
1 edited

Legend:

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

    re436cfe rc2ad500  
    77extern char * cli_strdup(const char *);
    88extern size_t cli_redup(char **, const char *);
    9 extern int cli_psprintf(char **, const char *, ...);
    109extern char * cli_strtok_r(char *, const char *, char **);
    1110extern char * cli_strtok(char *, const char *);
Note: See TracChangeset for help on using the changeset viewer.