lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 43e02a6 was 43e02a6, checked in by Tim Post <echo@…>, 17 years ago |
|
Just make cli_count_args() a function
|
-
Property mode
set to
100644
|
|
File size:
360 bytes
|
| Line | |
|---|
| 1 | #ifndef UTIL_H
|
|---|
| 2 | #define UTIL_H
|
|---|
| 3 |
|
|---|
| 4 | /* Internal string handlers */
|
|---|
| 5 | extern char * cli_strdup(const char *);
|
|---|
| 6 | extern int cli_redup(char **, const char *);
|
|---|
| 7 | extern int cli_psprintf(char **, const char *, ...);
|
|---|
| 8 | extern char * cli_strtok_r(char *, const char *, char **);
|
|---|
| 9 | extern char * cli_strtok(char *, const char *);
|
|---|
| 10 | extern unsigned int cli_count_args(char **);
|
|---|
| 11 |
|
|---|
| 12 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.