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