lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since af4f86f was a397f1d, checked in by Martin Decky <martin@…>, 15 years ago |
decode return value
|
-
Property mode
set to
100644
|
File size:
213 bytes
|
Line | |
---|
1 | #ifndef SCLI_H
|
---|
2 | #define SCLI_H
|
---|
3 |
|
---|
4 | #include "config.h"
|
---|
5 | #include <stdint.h>
|
---|
6 |
|
---|
7 | typedef struct {
|
---|
8 | const char *name;
|
---|
9 | char *line;
|
---|
10 | char *cwd;
|
---|
11 | char *prompt;
|
---|
12 | int lasterr;
|
---|
13 | } cliuser_t;
|
---|
14 |
|
---|
15 | extern const char *progname;
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.