lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 1c87d79 was 216d6fc, checked in by Tim Post <echo@…>, 17 years ago |
Merge with shell @ 3241 for bdsh
|
-
Property mode
set to
100644
|
File size:
186 bytes
|
Rev | Line | |
---|
[216d6fc] | 1 | #ifndef EXEC_H
|
---|
| 2 | #define EXEC_H
|
---|
| 3 |
|
---|
| 4 | #include <task.h>
|
---|
| 5 |
|
---|
| 6 | extern char *find_command(char *);
|
---|
| 7 | extern unsigned int try_exec(char *, char **);
|
---|
| 8 | extern unsigned int try_access(const char *);
|
---|
| 9 |
|
---|
| 10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.