source: mainline/uspace/app/bdsh/util.h@ 4cc0c9ee

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 4cc0c9ee was 4cc0c9ee, checked in by Tim Post <echo@…>, 16 years ago

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

  • Property mode set to 100644
File size: 179 bytes
Line 
1#ifndef UTIL_H
2#define UTIL_H
3
4#include "scli.h"
5
6/* Utility functions */
7extern unsigned int cli_count_args(char **);
8extern unsigned int cli_set_prompt(cliuser_t *usr);
9
10#endif
Note: See TracBrowser for help on using the repository browser.