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