source:
mainline/uspace/app/bdsh/cmds/builtins/builtins.h@
371bd7d
| Last change on this file since 371bd7d was 36e9cd1, checked in by , 16 years ago | |
|---|---|
|
|
| File size: 225 bytes | |
| Rev | Line | |
|---|---|---|
| [216d6fc] | 1 | #ifndef BUILTINS_H |
| 2 | #define BUILTINS_H | |
| 3 | ||
| 4 | #include "config.h" | |
| 5 | ||
| 6 | #include "cd/entry.h" | |
| [721d3a27] | 7 | #include "exit/entry.h" |
| [216d6fc] | 8 | |
| 9 | builtin_t builtins[] = { | |
| [a56f4b2] | 10 | #include "cd/cd_def.h" |
| [721d3a27] | 11 | #include "exit/exit_def.h" |
| [36e9cd1] | 12 | {NULL, NULL, NULL, NULL, NULL} |
| [216d6fc] | 13 | }; |
| 14 | ||
| 15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
